#B42ADD

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

Shades of Dark Orchid #B42ADD

Tints of Dark Orchid #B42ADD

Color information

#B42ADD (or 0xB42ADD) is unknown color: approx Dark Orchid. HEX triplet: B4, 2A and DD. RGB value is (180,42,221). Sum of RGB (Red+Green+Blue) = 180+42+221=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 42 (16.80% from 255 or 9.48% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #B42ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42ADD is #4BD522. Grayscale: #676767. Windows color (decimal): -4969763 or 14494388. OLE color: 14494388.

HSL color Cylindrical-coordinate representation of color #B42ADD: hue angle of 286.26º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42ADD is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18042221-
CMYK0.190.8100.13
HSL286.26º72.47%51.57%-
HSV(B)286.26º81%86.67%-
XYZ32.716.5869.88-
YUV103.67194.22182.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 42 (16.80% from 255) = 9.48%
BLUE value IS 221 (86.72% from 255) = 49.89%
R=40.63%
G=9.48%
B=49.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal180422210.190.8100.13286.2672.4751.57
HexB42ADD13510D11e4834
Octal264523352312101543611064
Binary1011010010101011011101100111010001011011000111101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42ADD; }

 p { color: rgb(180,42,221); }

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

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

 a { background-color: rgb(180,42,221); }

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

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

 span { border-color: rgb(180,42,221); }

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