#B402A0

Color #B402A0 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B402A0

Tints of Medium Violet Red #B402A0

Color information

#B402A0 (or 0xB402A0) is unknown color: approx Medium Violet Red. HEX triplet: B4, 02 and A0. RGB value is (180,2,160). Sum of RGB (Red+Green+Blue) = 180+2+160=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 160 (62.89% from 255 or 46.78% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B402A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B402A0 is #4BFD5F. Grayscale: #484848. Windows color (decimal): -4980064 or 10486452. OLE color: 10486452.

HSL color Cylindrical-coordinate representation of color #B402A0: hue angle of 306.74º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B402A0 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB1802160-
CMYK00.990.110.29
HSL306.74º97.8%35.69%-
HSV(B)306.74º98.89%70.59%-
XYZ25.1912.2834.3-
YUV73.23176.97204.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.63%
GREEN value IS 2 (1.17% from 255) = 0.58%
BLUE value IS 160 (62.89% from 255) = 46.78%
R=52.63%
G=0.58%
B=46.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180216000.990.110.29306.7497.835.69
HexB42A0063B1D1336224
Octal26422400143133546314244
Binary101101001010100000011000111011111011001100111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B402A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B402A0; }

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

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

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

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

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

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

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

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