Html Css Color HEX #B86EDC Medium Orchid

📋 copy color: '#B86EDC'

red 184 ◦ green 110 ◦ blue 220

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

Shades of Medium Orchid #B86EDC

Tints of Medium Orchid #B86EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.8%

R = 35.8%
G = 21.4%
B = 42.8%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B86EDC (or 0xB86EDC) is known color: Medium Orchid. HEX triplet: B8, 6E and DC. RGB value is (184,110,220). Sum of RGB (Red+Green+Blue) = 184+110+220=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #B86EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86EDC is #479123. Grayscale: #909090. Windows color (decimal): -4690212 or 14446264. OLE color: 14446264.

HSL color Cylindrical-coordinate representation of color #B86EDC: hue angle of 280.36º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B86EDC is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 110 220 -
CMYK 0.16 0.50 0 0.14
HSL 280.36º 0.61% 0.65% -
HSV(B) 280.36º 0.5% 0.86% -
XYZ 38.26 26.51 70.81 -
YUV 144.67 170.52 156.06 -
System Red Green Blue C M Y K H S L
Decimal 184 110 220 0.16 0.50 0 0.14 280.36 0.61 0.65
Hex B8 6E DC 10 32 0 E 118 3D 41
Octal 270 156 334 20 62 0 16 430 75 101
Binary 10111000 1101110 11011100 10000 110010 0 1110 100011000 111101 1000001

Color Harmonies of #B86EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86EDC

Black with #B86EDC

Text Example


Text Example

White with #B86EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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