Html Css Color HEX #B86ACB Medium Orchid

📋 copy color: '#B86ACB'

red 184 ◦ green 106 ◦ blue 203

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

Shades of Medium Orchid #B86ACB

Tints of Medium Orchid #B86ACB

RGB

 RED value IS 184 (72.27% from 255) = 37.32%

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

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

R = 37.32%
G = 21.5%
B = 41.18%

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

#B86ACB (or 0xB86ACB) is known color: Medium Orchid. HEX triplet: B8, 6A and CB. RGB value is (184,106,203). Sum of RGB (Red+Green+Blue) = 184+106+203=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #B86ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86ACB is #479534. Grayscale: #8C8C8C. Windows color (decimal): -4691253 or 13331128. OLE color: 13331128.

HSL color Cylindrical-coordinate representation of color #B86ACB: hue angle of 288.25º 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 #B86ACB is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 106 203 -
CMYK 0.09 0.48 0 0.20
HSL 288.25º 0.48% 0.61% -
HSV(B) 288.25º 0.48% 0.8% -
XYZ 35.7 24.81 59.41 -
YUV 140.38 163.34 159.11 -
System Red Green Blue C M Y K H S L
Decimal 184 106 203 0.09 0.48 0 0.20 288.25 0.48 0.61
Hex B8 6A CB 9 30 0 14 120 30 3D
Octal 270 152 313 11 60 0 24 440 60 75
Binary 10111000 1101010 11001011 1001 110000 0 10100 100100000 110000 111101

Color Harmonies of #B86ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86ACB

Black with #B86ACB

Text Example


Text Example

White with #B86ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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