#B42DA6

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

Shades of Medium Red Violet #B42DA6

Tints of Medium Red Violet #B42DA6

Color information

#B42DA6 (or 0xB42DA6) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2D and A6. RGB value is (180,45,166). Sum of RGB (Red+Green+Blue) = 180+45+166=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B42DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42DA6 is #4BD259. Grayscale: #626262. Windows color (decimal): -4969050 or 10890676. OLE color: 10890676.

HSL color Cylindrical-coordinate representation of color #B42DA6: hue angle of 306.22º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42DA6 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB18045166-
CMYK00.750.080.29
HSL306.22º60%44.12%-
HSV(B)306.22º75%70.59%-
XYZ26.6414.3337.44-
YUV99.16165.73185.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 45 (17.97% from 255) = 11.51%
BLUE value IS 166 (65.23% from 255) = 42.46%
R=46.04%
G=11.51%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804516600.750.080.29306.226044.12
HexB42DA604B81D1323c2c
Octal26455246011310354627454
Binary101101001011011010011001001011100011101100110010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42DA6; }

 p { color: rgb(180,45,166); }

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

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

 a { background-color: rgb(180,45,166); }

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

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

 span { border-color: rgb(180,45,166); }

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