#B42EBA

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

Shades of Dark Orchid #B42EBA

Tints of Dark Orchid #B42EBA

Color information

#B42EBA (or 0xB42EBA) is unknown color: approx Dark Orchid. HEX triplet: B4, 2E and BA. RGB value is (180,46,186). Sum of RGB (Red+Green+Blue) = 180+46+186=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 46 (18.36% from 255 or 11.17% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #B42EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42EBA is #4BD145. Grayscale: #656565. Windows color (decimal): -4968774 or 12201652. OLE color: 12201652.

HSL color Cylindrical-coordinate representation of color #B42EBA: hue angle of 297.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42EBA is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18046186-
CMYK0.030.7500.27
HSL297.43º60.34%45.49%-
HSV(B)297.43º75.27%72.94%-
XYZ28.6615.247.88-
YUV102.03175.39183.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 46 (18.36% from 255) = 11.17%
BLUE value IS 186 (73.05% from 255) = 45.15%
R=43.69%
G=11.17%
B=45.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180461860.030.7500.27297.4360.3445.49
HexB42EBA34B01B1293c2d
Octal2645627231130334517455
Binary1011010010111010111010111001011011011100101001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42EBA; }

 p { color: rgb(180,46,186); }

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

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

 a { background-color: rgb(180,46,186); }

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

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

 span { border-color: rgb(180,46,186); }

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