Html Css Color HEX #B86FCE Medium Orchid

📋 copy color: '#B86FCE'

red 184 ◦ green 111 ◦ blue 206

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

Shades of Medium Orchid #B86FCE

Tints of Medium Orchid #B86FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.16%

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

R = 36.73%
G = 22.16%
B = 41.12%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B86FCE (or 0xB86FCE) is known color: Medium Orchid. HEX triplet: B8, 6F and CE. RGB value is (184,111,206). Sum of RGB (Red+Green+Blue) = 184+111+206=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #B86FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FCE is #479031. Grayscale: #8F8F8F. Windows color (decimal): -4689970 or 13529016. OLE color: 13529016.

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

Color convert

RGB 184 111 206 -
CMYK 0.11 0.46 0 0.19
HSL 286.11º 0.49% 0.62% -
HSV(B) 286.11º 0.46% 0.81% -
XYZ 36.59 26.02 61.49 -
YUV 143.66 163.18 156.78 -
System Red Green Blue C M Y K H S L
Decimal 184 111 206 0.11 0.46 0 0.19 286.11 0.49 0.62
Hex B8 6F CE B 2E 0 13 11E 31 3E
Octal 270 157 316 13 56 0 23 436 61 76
Binary 10111000 1101111 11001110 1011 101110 0 10011 100011110 110001 111110

Color Harmonies of #B86FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86FCE

Black with #B86FCE

Text Example


Text Example

White with #B86FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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