Html Css Color HEX #B86BE7 Medium Orchid

📋 copy color: '#B86BE7'

red 184 ◦ green 107 ◦ blue 231

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

Shades of Medium Orchid #B86BE7

Tints of Medium Orchid #B86BE7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.5%

 BLUE value IS 231 (90.63% from 255) = 44.25%

R = 35.25%
G = 20.5%
B = 44.25%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B86BE7 (or 0xB86BE7) is known color: Medium Orchid. HEX triplet: B8, 6B and E7. RGB value is (184,107,231). Sum of RGB (Red+Green+Blue) = 184+107+231=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 231 (90.62% from 255 or 44.25% from 522); Max value from RGB is 231 - color contains mainly: blue. Hex color #B86BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86BE7 is #479418. Grayscale: #8F8F8F. Windows color (decimal): -4690969 or 15166392. OLE color: 15166392.

HSL color Cylindrical-coordinate representation of color #B86BE7: hue angle of 277.26º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B86BE7 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 184 107 231 -
CMYK 0.20 0.54 0 0.09
HSL 277.26º 0.72% 0.66% -
HSV(B) 277.26º 0.54% 0.91% -
XYZ 39.45 26.48 78.63 -
YUV 144.16 177.01 156.42 -
System Red Green Blue C M Y K H S L
Decimal 184 107 231 0.20 0.54 0 0.09 277.26 0.72 0.66
Hex B8 6B E7 14 36 0 9 115 48 42
Octal 270 153 347 24 66 0 11 425 110 102
Binary 10111000 1101011 11100111 10100 110110 0 1001 100010101 1001000 1000010

Color Harmonies of #B86BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86BE7

Black with #B86BE7

Text Example


Text Example

White with #B86BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86BE7; }

 p { color: rgb(184,107,231); }

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

background-color css

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

 a { background-color: rgb(184,107,231); }

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

border-color css

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

 span { border-color: rgb(184,107,231); }

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