Html Css Color HEX #B96DCB Medium Orchid

📋 copy color: '#B96DCB'

red 185 ◦ green 109 ◦ blue 203

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

Shades of Medium Orchid #B96DCB

Tints of Medium Orchid #B96DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.93%

 BLUE value IS 203 (79.69% from 255) = 40.85%

R = 37.22%
G = 21.93%
B = 40.85%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B96DCB (or 0xB96DCB) is known color: Medium Orchid. HEX triplet: B9, 6D and CB. RGB value is (185,109,203). Sum of RGB (Red+Green+Blue) = 185+109+203=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #B96DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96DCB is #469234. Grayscale: #8E8E8E. Windows color (decimal): -4624949 or 13331897. OLE color: 13331897.

HSL color Cylindrical-coordinate representation of color #B96DCB: hue angle of 288.51º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B96DCB is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 109 203 -
CMYK 0.09 0.46 0 0.20
HSL 288.51º 0.47% 0.61% -
HSV(B) 288.51º 0.46% 0.8% -
XYZ 36.26 25.56 59.52 -
YUV 142.44 162.18 158.36 -
System Red Green Blue C M Y K H S L
Decimal 185 109 203 0.09 0.46 0 0.20 288.51 0.47 0.61
Hex B9 6D CB 9 2E 0 14 121 2F 3D
Octal 271 155 313 11 56 0 24 441 57 75
Binary 10111001 1101101 11001011 1001 101110 0 10100 100100001 101111 111101

Color Harmonies of #B96DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DCB

Black with #B96DCB

Text Example


Text Example

White with #B96DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DCB; }

 p { color: rgb(185,109,203); }

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

background-color css

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

 a { background-color: rgb(185,109,203); }

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

border-color css

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

 span { border-color: rgb(185,109,203); }

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