Html Css Color HEX #B86ACE Medium Orchid

📋 copy color: '#B86ACE'

red 184 ◦ green 106 ◦ blue 206

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

Shades of Medium Orchid #B86ACE

Tints of Medium Orchid #B86ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 37.1%
G = 21.37%
B = 41.53%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B86ACE (or 0xB86ACE) is known color: Medium Orchid. HEX triplet: B8, 6A and CE. RGB value is (184,106,206). Sum of RGB (Red+Green+Blue) = 184+106+206=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #B86ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86ACE is #479531. Grayscale: #8C8C8C. Windows color (decimal): -4691250 or 13527736. OLE color: 13527736.

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

Color convert

RGB 184 106 206 -
CMYK 0.11 0.49 0 0.19
HSL 286.8º 0.51% 0.61% -
HSV(B) 286.8º 0.49% 0.81% -
XYZ 36.06 24.95 61.31 -
YUV 140.72 164.84 158.87 -
System Red Green Blue C M Y K H S L
Decimal 184 106 206 0.11 0.49 0 0.19 286.8 0.51 0.61
Hex B8 6A CE B 31 0 13 11F 33 3D
Octal 270 152 316 13 61 0 23 437 63 75
Binary 10111000 1101010 11001110 1011 110001 0 10011 100011111 110011 111101

Color Harmonies of #B86ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86ACE

Black with #B86ACE

Text Example


Text Example

White with #B86ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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