Html Css Color HEX #B934CF Medium Orchid

📋 copy color: '#B934CF'

red 185 ◦ green 52 ◦ blue 207

#B934CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B934CF

Tints of Medium Orchid #B934CF

RGB

 RED value IS 185 (72.66% from 255) = 41.67%

 GREEN value IS 52 (20.7% from 255) = 11.71%

 BLUE value IS 207 (81.25% from 255) = 46.62%

R = 41.67%
G = 11.71%
B = 46.62%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B934CF (or 0xB934CF) is known color: Medium Orchid. HEX triplet: B9, 34 and CF. RGB value is (185,52,207). Sum of RGB (Red+Green+Blue) = 185+52+207=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #B934CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B934CF is #46CB30. Grayscale: #6C6C6C. Windows color (decimal): -4639537 or 13579449. OLE color: 13579449.

HSL color Cylindrical-coordinate representation of color #B934CF: hue angle of 291.48º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B934CF is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 52 207 -
CMYK 0.11 0.75 0 0.19
HSL 291.48º 0.62% 0.51% -
HSV(B) 291.48º 0.75% 0.81% -
XYZ 32.5 17.28 60.65 -
YUV 109.44 183.06 181.9 -
System Red Green Blue C M Y K H S L
Decimal 185 52 207 0.11 0.75 0 0.19 291.48 0.62 0.51
Hex B9 34 CF B 4B 0 13 123 3E 33
Octal 271 64 317 13 113 0 23 443 76 63
Binary 10111001 110100 11001111 1011 1001011 0 10011 100100011 111110 110011

Color Harmonies of #B934CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B934CF

Black with #B934CF

Text Example


Text Example

White with #B934CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B934CF; }

 p { color: rgb(185,52,207); }

 H1.HeaderClassName
 {
   color: #B934CF;
 }
 .AnyTagClassName
 {
   color: #B934CF;
 }
</style>

background-color css

<style>
 a { background-color: #B934CF; }

 a { background-color: rgb(185,52,207); }

 div.DivClassName
 {
   background-color: #B934CF;
 }
 .BgClassName
 {
   background-color: #B934CF;
 }
</style>

border-color css

<style>
 span { border-color: #B934CF; }

 span { border-color: rgb(185,52,207); }

 td.TdClassName
 {
   border-color: #B934CF;
 }
 .TagClassName
 {
   border-color: #B934CF;
 }
</style>