Html Css Color HEX #B86ECF Medium Orchid

📋 copy color: '#B86ECF'

red 184 ◦ green 110 ◦ blue 207

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

Shades of Medium Orchid #B86ECF

Tints of Medium Orchid #B86ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.96%

 BLUE value IS 207 (81.25% from 255) = 41.32%

R = 36.73%
G = 21.96%
B = 41.32%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B86ECF (or 0xB86ECF) is known color: Medium Orchid. HEX triplet: B8, 6E and CF. RGB value is (184,110,207). Sum of RGB (Red+Green+Blue) = 184+110+207=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #B86ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86ECF is #479130. Grayscale: #8E8E8E. Windows color (decimal): -4690225 or 13594296. OLE color: 13594296.

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

Color convert

RGB 184 110 207 -
CMYK 0.11 0.47 0 0.19
HSL 285.77º 0.5% 0.62% -
HSV(B) 285.77º 0.47% 0.81% -
XYZ 36.61 25.85 62.09 -
YUV 143.18 164.02 157.11 -
System Red Green Blue C M Y K H S L
Decimal 184 110 207 0.11 0.47 0 0.19 285.77 0.5 0.62
Hex B8 6E CF B 2F 0 13 11E 32 3E
Octal 270 156 317 13 57 0 23 436 62 76
Binary 10111000 1101110 11001111 1011 101111 0 10011 100011110 110010 111110

Color Harmonies of #B86ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86ECF

Black with #B86ECF

Text Example


Text Example

White with #B86ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86ECF; }

 p { color: rgb(184,110,207); }

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

background-color css

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

 a { background-color: rgb(184,110,207); }

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

border-color css

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

 span { border-color: rgb(184,110,207); }

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