#B42BBA

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

Shades of Dark Orchid #B42BBA

Tints of Dark Orchid #B42BBA

Color information

#B42BBA (or 0xB42BBA) is unknown color: approx Dark Orchid. HEX triplet: B4, 2B and BA. RGB value is (180,43,186). Sum of RGB (Red+Green+Blue) = 180+43+186=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #B42BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42BBA is #4BD445. Grayscale: #636363. Windows color (decimal): -4969542 or 12200884. OLE color: 12200884.

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

Color convert

RGB18043186-
CMYK0.030.7700.27
HSL297.48º62.45%44.9%-
HSV(B)297.48º76.88%72.94%-
XYZ28.5514.9847.84-
YUV100.27176.39184.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 43 (17.19% from 255) = 10.51%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=44.01%
G=10.51%
B=45.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180431860.030.7700.27297.4862.4544.9
HexB42BBA34D01B1293e2d
Octal2645327231150334517655
Binary1011010010101110111010111001101011011100101001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42BBA; }

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

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

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

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

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

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

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

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