#B840EA

Color #B840EA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B840EA

Tints of Medium Orchid #B840EA

Color information

#B840EA (or 0xB840EA) is unknown color: approx Medium Orchid. HEX triplet: B8, 40 and EA. RGB value is (184,64,234). Sum of RGB (Red+Green+Blue) = 184+64+234=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #B840EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B840EA is #47BF15. Grayscale: #767676. Windows color (decimal): -4701974 or 15351992. OLE color: 15351992.

HSL color Cylindrical-coordinate representation of color #B840EA: hue angle of 282.35º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B840EA is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18464234-
CMYK0.210.7300.08
HSL282.35º80.19%58.43%-
HSV(B)282.35º72.65%91.76%-
XYZ36.4519.879.74-
YUV119.26192.76174.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.17%
GREEN value IS 64 (25.39% from 255) = 13.28%
BLUE value IS 234 (91.80% from 255) = 48.55%
R=38.17%
G=13.28%
B=48.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal184642340.210.7300.08282.3580.1958.43
HexB840EA15490811a503a
Octal2701003522511101043212072
Binary10111000100000011101010101011001001010001000110101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B840EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B840EA; }

 p { color: rgb(184,64,234); }

 H1.HeaderClassName
 {
   color: #B840EA;
 }
 .AnyTagClassName
 {
   color: #B840EA;
 }
</style>
background-color css

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

 a { background-color: rgb(184,64,234); }

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

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

 span { border-color: rgb(184,64,234); }

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