#B42EBD

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

Shades of Dark Orchid #B42EBD

Tints of Dark Orchid #B42EBD

Color information

#B42EBD (or 0xB42EBD) is unknown color: approx Dark Orchid. HEX triplet: B4, 2E and BD. RGB value is (180,46,189). Sum of RGB (Red+Green+Blue) = 180+46+189=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #B42EBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42EBD is #4BD142. Grayscale: #656565. Windows color (decimal): -4968771 or 12398260. OLE color: 12398260.

HSL color Cylindrical-coordinate representation of color #B42EBD: hue angle of 296.22º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42EBD is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18046189-
CMYK0.050.7600.26
HSL296.22º60.85%46.08%-
HSV(B)296.22º75.66%74.12%-
XYZ28.9815.3349.58-
YUV102.37176.89183.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 46 (18.36% from 255) = 11.08%
BLUE value IS 189 (74.22% from 255) = 45.54%
R=43.37%
G=11.08%
B=45.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180461890.050.7600.26296.2260.8546.08
HexB42EBD54C01A1283d2e
Octal2645627551140324507556
Binary10110100101110101111011011001100011010100101000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42EBD; }

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

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

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

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

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

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

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

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