Html Css Color HEX #B86EEF Medium Orchid

📋 copy color: '#B86EEF'

red 184 ◦ green 110 ◦ blue 239

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

Shades of Medium Orchid #B86EEF

Tints of Medium Orchid #B86EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.84%

R = 34.52%
G = 20.64%
B = 44.84%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B86EEF (or 0xB86EEF) is known color: Medium Orchid. HEX triplet: B8, 6E and EF. RGB value is (184,110,239). Sum of RGB (Red+Green+Blue) = 184+110+239=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #B86EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86EEF is #479110. Grayscale: #929292. Windows color (decimal): -4690193 or 15691448. OLE color: 15691448.

HSL color Cylindrical-coordinate representation of color #B86EEF: hue angle of 274.42º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B86EEF is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 184 110 239 -
CMYK 0.23 0.54 0 0.06
HSL 274.42º 0.8% 0.68% -
HSV(B) 274.42º 0.54% 0.94% -
XYZ 40.92 27.57 84.83 -
YUV 146.83 180.02 154.51 -
System Red Green Blue C M Y K H S L
Decimal 184 110 239 0.23 0.54 0 0.06 274.42 0.8 0.68
Hex B8 6E EF 17 36 0 6 112 50 44
Octal 270 156 357 27 66 0 6 422 120 104
Binary 10111000 1101110 11101111 10111 110110 0 110 100010010 1010000 1000100

Color Harmonies of #B86EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86EEF

Black with #B86EEF

Text Example


Text Example

White with #B86EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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