Html Css Color HEX #B96BCF Medium Orchid

📋 copy color: '#B96BCF'

red 185 ◦ green 107 ◦ blue 207

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

Shades of Medium Orchid #B96BCF

Tints of Medium Orchid #B96BCF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.44%

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

R = 37.07%
G = 21.44%
B = 41.48%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B96BCF (or 0xB96BCF) is known color: Medium Orchid. HEX triplet: B9, 6B and CF. RGB value is (185,107,207). Sum of RGB (Red+Green+Blue) = 185+107+207=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #B96BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BCF is #469430. Grayscale: #8D8D8D. Windows color (decimal): -4625457 or 13593529. OLE color: 13593529.

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

Color convert

RGB 185 107 207 -
CMYK 0.11 0.48 0 0.19
HSL 286.8º 0.51% 0.62% -
HSV(B) 286.8º 0.48% 0.81% -
XYZ 36.53 25.33 62 -
YUV 141.72 164.84 158.87 -
System Red Green Blue C M Y K H S L
Decimal 185 107 207 0.11 0.48 0 0.19 286.8 0.51 0.62
Hex B9 6B CF B 30 0 13 11F 33 3E
Octal 271 153 317 13 60 0 23 437 63 76
Binary 10111001 1101011 11001111 1011 110000 0 10011 100011111 110011 111110

Color Harmonies of #B96BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96BCF

Black with #B96BCF

Text Example


Text Example

White with #B96BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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