#B430A4

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

Shades of Medium Red Violet #B430A4

Tints of Medium Red Violet #B430A4

Color information

#B430A4 (or 0xB430A4) is unknown color: approx Medium Red Violet. HEX triplet: B4, 30 and A4. RGB value is (180,48,164). Sum of RGB (Red+Green+Blue) = 180+48+164=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B430A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B430A4 is #4BCF5B. Grayscale: #646464. Windows color (decimal): -4968284 or 10760372. OLE color: 10760372.

HSL color Cylindrical-coordinate representation of color #B430A4: hue angle of 307.27º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B430A4 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18048164-
CMYK00.730.090.29
HSL307.27º57.89%44.71%-
HSV(B)307.27º73.33%70.59%-
XYZ26.5814.536.52-
YUV100.69163.73184.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 48 (19.14% from 255) = 12.24%
BLUE value IS 164 (64.45% from 255) = 41.84%
R=45.92%
G=12.24%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804816400.730.090.29307.2757.8944.71
HexB430A404991D1333a2d
Octal26460244011111354637255
Binary101101001100001010010001001001100111101100110011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B430A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B430A4; }

 p { color: rgb(180,48,164); }

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

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

 a { background-color: rgb(180,48,164); }

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

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

 span { border-color: rgb(180,48,164); }

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