#B42ABF

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

Shades of Dark Orchid #B42ABF

Tints of Dark Orchid #B42ABF

Color information

#B42ABF (or 0xB42ABF) is unknown color: approx Dark Orchid. HEX triplet: B4, 2A and BF. RGB value is (180,42,191). Sum of RGB (Red+Green+Blue) = 180+42+191=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 42 (16.80% from 255 or 10.17% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #B42ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42ABF is #4BD540. Grayscale: #636363. Windows color (decimal): -4969793 or 12528308. OLE color: 12528308.

HSL color Cylindrical-coordinate representation of color #B42ABF: hue angle of 295.57º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42ABF is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18042191-
CMYK0.060.7800.25
HSL295.57º63.95%45.69%-
HSV(B)295.57º78.01%74.9%-
XYZ29.0515.1250.68-
YUV100.25179.22184.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 42 (16.80% from 255) = 10.17%
BLUE value IS 191 (75% from 255) = 46.25%
R=43.58%
G=10.17%
B=46.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180421910.060.7800.25295.5763.9545.69
HexB42ABF64E019128402e
Octal26452277611603145010056
Binary101101001010101011111111010011100110011001010001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42ABF; }

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

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

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

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

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

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

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

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