Html Css Color HEX #B86BE8 Medium Orchid

📋 copy color: '#B86BE8'

red 184 ◦ green 107 ◦ blue 232

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

Shades of Medium Orchid #B86BE8

Tints of Medium Orchid #B86BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.36%

R = 35.18%
G = 20.46%
B = 44.36%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B86BE8 (or 0xB86BE8) is known color: Medium Orchid. HEX triplet: B8, 6B and E8. RGB value is (184,107,232). Sum of RGB (Red+Green+Blue) = 184+107+232=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 232 (91.02% from 255 or 44.36% from 523); Max value from RGB is 232 - color contains mainly: blue. Hex color #B86BE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86BE8 is #479417. Grayscale: #8F8F8F. Windows color (decimal): -4690968 or 15231928. OLE color: 15231928.

HSL color Cylindrical-coordinate representation of color #B86BE8: hue angle of 276.96º degrees, saturation: 0.73, 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 #B86BE8 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 184 107 232 -
CMYK 0.21 0.54 0 0.09
HSL 276.96º 0.73% 0.66% -
HSV(B) 276.96º 0.54% 0.91% -
XYZ 39.59 26.53 79.38 -
YUV 144.27 177.51 156.34 -
System Red Green Blue C M Y K H S L
Decimal 184 107 232 0.21 0.54 0 0.09 276.96 0.73 0.66
Hex B8 6B E8 15 36 0 9 115 49 42
Octal 270 153 350 25 66 0 11 425 111 102
Binary 10111000 1101011 11101000 10101 110110 0 1001 100010101 1001001 1000010

Color Harmonies of #B86BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86BE8

Black with #B86BE8

Text Example


Text Example

White with #B86BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86BE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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