Html Css Color HEX #B86CE8 Medium Orchid

📋 copy color: '#B86CE8'

red 184 ◦ green 108 ◦ blue 232

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

Shades of Medium Orchid #B86CE8

Tints of Medium Orchid #B86CE8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.61%

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

R = 35.11%
G = 20.61%
B = 44.27%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B86CE8 (or 0xB86CE8) is known color: Medium Orchid. HEX triplet: B8, 6C and E8. RGB value is (184,108,232). Sum of RGB (Red+Green+Blue) = 184+108+232=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 232 (91.02% from 255 or 44.27% from 524); Max value from RGB is 232 - color contains mainly: blue. Hex color #B86CE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86CE8 is #479317. Grayscale: #909090. Windows color (decimal): -4690712 or 15232184. OLE color: 15232184.

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

Color convert

RGB 184 108 232 -
CMYK 0.21 0.53 0 0.09
HSL 276.77º 0.73% 0.67% -
HSV(B) 276.77º 0.53% 0.91% -
XYZ 39.7 26.74 79.41 -
YUV 144.86 177.18 155.92 -
System Red Green Blue C M Y K H S L
Decimal 184 108 232 0.21 0.53 0 0.09 276.77 0.73 0.67
Hex B8 6C E8 15 35 0 9 115 49 43
Octal 270 154 350 25 65 0 11 425 111 103
Binary 10111000 1101100 11101000 10101 110101 0 1001 100010101 1001001 1000011

Color Harmonies of #B86CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86CE8

Black with #B86CE8

Text Example


Text Example

White with #B86CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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