Html Css Color HEX #B96ACB Medium Orchid

📋 copy color: '#B96ACB'

red 185 ◦ green 106 ◦ blue 203

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

Shades of Medium Orchid #B96ACB

Tints of Medium Orchid #B96ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.46%

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

R = 37.45%
G = 21.46%
B = 41.09%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B96ACB (or 0xB96ACB) is known color: Medium Orchid. HEX triplet: B9, 6A and CB. RGB value is (185,106,203). Sum of RGB (Red+Green+Blue) = 185+106+203=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #B96ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96ACB is #469534. Grayscale: #8C8C8C. Windows color (decimal): -4625717 or 13331129. OLE color: 13331129.

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

Color convert

RGB 185 106 203 -
CMYK 0.09 0.48 0 0.20
HSL 288.87º 0.48% 0.61% -
HSV(B) 288.87º 0.48% 0.8% -
XYZ 35.94 24.93 59.42 -
YUV 140.68 163.17 159.61 -
System Red Green Blue C M Y K H S L
Decimal 185 106 203 0.09 0.48 0 0.20 288.87 0.48 0.61
Hex B9 6A CB 9 30 0 14 121 30 3D
Octal 271 152 313 11 60 0 24 441 60 75
Binary 10111001 1101010 11001011 1001 110000 0 10100 100100001 110000 111101

Color Harmonies of #B96ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96ACB

Black with #B96ACB

Text Example


Text Example

White with #B96ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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