#B42DA7

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

Shades of Medium Red Violet #B42DA7

Tints of Medium Red Violet #B42DA7

Color information

#B42DA7 (or 0xB42DA7) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2D and A7. RGB value is (180,45,167). Sum of RGB (Red+Green+Blue) = 180+45+167=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 167 (65.62% from 255 or 42.60% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B42DA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42DA7 is #4BD258. Grayscale: #626262. Windows color (decimal): -4969049 or 10956212. OLE color: 10956212.

HSL color Cylindrical-coordinate representation of color #B42DA7: hue angle of 305.78º 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 #B42DA7 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18045167-
CMYK00.750.070.29
HSL305.78º60%44.12%-
HSV(B)305.78º75%70.59%-
XYZ26.7414.3737.92-
YUV99.27166.23185.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 45 (17.97% from 255) = 11.48%
BLUE value IS 167 (65.62% from 255) = 42.60%
R=45.92%
G=11.48%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804516700.750.070.29305.786044.12
HexB42DA704B71D1323c2c
Octal2645524701137354627454
Binary10110100101101101001110100101111111101100110010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42DA7; }

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

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

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

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

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

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

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

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