#B42BA7

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

Shades of Medium Red Violet #B42BA7

Tints of Medium Red Violet #B42BA7

Color information

#B42BA7 (or 0xB42BA7) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2B and A7. RGB value is (180,43,167). Sum of RGB (Red+Green+Blue) = 180+43+167=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B42BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42BA7 is #4BD458. Grayscale: #616161. Windows color (decimal): -4969561 or 10955700. OLE color: 10955700.

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

Color convert

RGB18043167-
CMYK00.760.070.29
HSL305.69º61.43%43.73%-
HSV(B)305.69º76.11%70.59%-
XYZ26.6614.2237.9-
YUV98.1166.89186.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 43 (17.19% from 255) = 11.03%
BLUE value IS 167 (65.62% from 255) = 42.82%
R=46.15%
G=11.03%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804316700.760.070.29305.6961.4343.73
HexB42BA704C71D1323d2c
Octal2645324701147354627554
Binary10110100101011101001110100110011111101100110010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42BA7; }

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

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

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

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

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

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

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

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