#b842ef

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

Shades of Medium Orchid #B842EF

Tints of Medium Orchid #B842EF

Color information

#B842EF (or 0xB842EF) is unknown color: approx Medium Orchid. HEX triplet: B8, 42 and EF. RGB value is (184,66,239). Sum of RGB (Red+Green+Blue) = 184+66+239=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 66 (26.17% from 255 or 13.50% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #B842EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B842EF is #47BD10. Grayscale: #787878. Windows color (decimal): -4701457 or 15680184. OLE color: 15680184.

HSL color Cylindrical-coordinate representation of color #B842EF: hue angle of 280.92º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B842EF is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18466239-
CMYK0.230.7200.06
HSL280.92º84.39%59.8%-
HSV(B)280.92º72.38%93.73%-
XYZ37.320.3283.62-
YUV121194.59172.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.63%
GREEN value IS 66 (26.17% from 255) = 13.50%
BLUE value IS 239 (93.75% from 255) = 48.88%
R=37.63%
G=13.50%
B=48.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal184662390.230.7200.06280.9284.3959.8
HexB842EF174806119543c
Octal270102357271100643112474
Binary1011100010000101110111110111100100001101000110011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b842ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b842ef; }

 p { color: rgb(184,66,239); }

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

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

 a { background-color: rgb(184,66,239); }

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

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

 span { border-color: rgb(184,66,239); }

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