#B841EA

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

Shades of Medium Orchid #B841EA

Tints of Medium Orchid #B841EA

Color information

#B841EA (or 0xB841EA) is unknown color: approx Medium Orchid. HEX triplet: B8, 41 and EA. RGB value is (184,65,234). Sum of RGB (Red+Green+Blue) = 184+65+234=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #B841EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B841EA is #47BE15. Grayscale: #777777. Windows color (decimal): -4701718 or 15352248. OLE color: 15352248.

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

Color convert

RGB18465234-
CMYK0.210.7200.08
HSL282.25º80.09%58.63%-
HSV(B)282.25º72.22%91.76%-
XYZ36.5119.9179.76-
YUV119.85192.42173.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.10%
GREEN value IS 65 (25.78% from 255) = 13.46%
BLUE value IS 234 (91.80% from 255) = 48.45%
R=38.10%
G=13.46%
B=48.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal184652340.210.7200.08282.2580.0958.63
HexB841EA15480811a503b
Octal2701013522511001043212073
Binary10111000100000111101010101011001000010001000110101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B841EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B841EA; }

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

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

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

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

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

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

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

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