Html Css Color HEX #B86FE8 Medium Orchid

📋 copy color: '#B86FE8'

red 184 ◦ green 111 ◦ blue 232

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

Shades of Medium Orchid #B86FE8

Tints of Medium Orchid #B86FE8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.06%

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

R = 34.91%
G = 21.06%
B = 44.02%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B86FE8 (or 0xB86FE8) is known color: Medium Orchid. HEX triplet: B8, 6F and E8. RGB value is (184,111,232). Sum of RGB (Red+Green+Blue) = 184+111+232=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 232 (91.02% from 255 or 44.02% from 527); Max value from RGB is 232 - color contains mainly: blue. Hex color #B86FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86FE8 is #479017. Grayscale: #929292. Windows color (decimal): -4689944 or 15232952. OLE color: 15232952.

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

Color convert

RGB 184 111 232 -
CMYK 0.21 0.52 0 0.09
HSL 276.2º 0.72% 0.67% -
HSV(B) 276.2º 0.52% 0.91% -
XYZ 40.02 27.39 79.52 -
YUV 146.62 176.18 154.66 -
System Red Green Blue C M Y K H S L
Decimal 184 111 232 0.21 0.52 0 0.09 276.2 0.72 0.67
Hex B8 6F E8 15 34 0 9 114 48 43
Octal 270 157 350 25 64 0 11 424 110 103
Binary 10111000 1101111 11101000 10101 110100 0 1001 100010100 1001000 1000011

Color Harmonies of #B86FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86FE8

Black with #B86FE8

Text Example


Text Example

White with #B86FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86FE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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