#B402BB

Color #B402BB Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B402BB

Tints of Deep Magenta #B402BB

Color information

#B402BB (or 0xB402BB) is unknown color: approx Deep Magenta. HEX triplet: B4, 02 and BB. RGB value is (180,2,187). Sum of RGB (Red+Green+Blue) = 180+2+187=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #B402BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B402BB is #4BFD44. Grayscale: #4B4B4B. Windows color (decimal): -4980037 or 12255924. OLE color: 12255924.

HSL color Cylindrical-coordinate representation of color #B402BB: hue angle of 297.73º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B402BB is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1802187-
CMYK0.040.9900.27
HSL297.73º97.88%37.06%-
HSV(B)297.73º98.93%73.33%-
XYZ27.8113.3348.12-
YUV76.31190.47201.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 187 (73.44% from 255) = 50.68%
R=48.78%
G=0.54%
B=50.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18021870.040.9900.27297.7397.8837.06
HexB42BB46301B12a6225
Octal2642273414303345214245
Binary10110100101011101110011000110110111001010101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B402BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B402BB; }

 p { color: rgb(180,2,187); }

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

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

 a { background-color: rgb(180,2,187); }

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

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

 span { border-color: rgb(180,2,187); }

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