#B4217A

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

Shades of Medium Red Violet #B4217A

Tints of Medium Red Violet #B4217A

Color information

#B4217A (or 0xB4217A) is unknown color: approx Medium Red Violet. HEX triplet: B4, 21 and 7A. RGB value is (180,33,122). Sum of RGB (Red+Green+Blue) = 180+33+122=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B4217A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4217A is #4BDE85. Grayscale: #565656. Windows color (decimal): -4972166 or 8004020. OLE color: 8004020.

HSL color Cylindrical-coordinate representation of color #B4217A: hue angle of 323.67º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B4217A is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB18033122-
CMYK00.820.320.29
HSL323.67º69.01%41.76%-
HSV(B)323.67º81.67%70.59%-
XYZ22.8812.219.56-
YUV87.1147.7194.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.73%
GREEN value IS 33 (13.28% from 255) = 9.85%
BLUE value IS 122 (48.05% from 255) = 36.42%
R=53.73%
G=9.85%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803312200.820.320.29323.6769.0141.76
HexB4217A052201D144452a
Octal264411720122403550410552
Binary10110100100001111101001010010100000111011010001001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4217A; }

 p { color: rgb(180,33,122); }

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

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

 a { background-color: rgb(180,33,122); }

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

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

 span { border-color: rgb(180,33,122); }

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