Html Css Color HEX #B86CE3 Medium Orchid

📋 copy color: '#B86CE3'

red 184 ◦ green 108 ◦ blue 227

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

Shades of Medium Orchid #B86CE3

Tints of Medium Orchid #B86CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 43.74%

R = 35.45%
G = 20.81%
B = 43.74%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B86CE3 (or 0xB86CE3) is known color: Medium Orchid. HEX triplet: B8, 6C and E3. RGB value is (184,108,227). Sum of RGB (Red+Green+Blue) = 184+108+227=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 227 (89.06% from 255 or 43.74% from 519); Max value from RGB is 227 - color contains mainly: blue. Hex color #B86CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86CE3 is #47931C. Grayscale: #8F8F8F. Windows color (decimal): -4690717 or 14904504. OLE color: 14904504.

HSL color Cylindrical-coordinate representation of color #B86CE3: hue angle of 278.32º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B86CE3 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 184 108 227 -
CMYK 0.19 0.52 0 0.11
HSL 278.32º 0.68% 0.66% -
HSV(B) 278.32º 0.52% 0.89% -
XYZ 38.99 26.46 75.73 -
YUV 144.29 174.68 156.32 -
System Red Green Blue C M Y K H S L
Decimal 184 108 227 0.19 0.52 0 0.11 278.32 0.68 0.66
Hex B8 6C E3 13 34 0 B 116 44 42
Octal 270 154 343 23 64 0 13 426 104 102
Binary 10111000 1101100 11100011 10011 110100 0 1011 100010110 1000100 1000010

Color Harmonies of #B86CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86CE3

Black with #B86CE3

Text Example


Text Example

White with #B86CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86CE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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