#BD03A4

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

Shades of Medium Violet Red #BD03A4

Tints of Medium Violet Red #BD03A4

Color information

#BD03A4 (or 0xBD03A4) is unknown color: approx Medium Violet Red. HEX triplet: BD, 03 and A4. RGB value is (189,3,164). Sum of RGB (Red+Green+Blue) = 189+3+164=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD03A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD03A4 is #42FC5B. Grayscale: #4C4C4C. Windows color (decimal): -4389980 or 10748861. OLE color: 10748861.

HSL color Cylindrical-coordinate representation of color #BD03A4: hue angle of 308.06º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD03A4 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB1893164-
CMYK00.980.130.26
HSL308.06º96.88%37.65%-
HSV(B)308.06º98.41%74.12%-
XYZ27.7213.5636.28-
YUV76.97177.12207.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.09%
GREEN value IS 3 (1.56% from 255) = 0.84%
BLUE value IS 164 (64.45% from 255) = 46.07%
R=53.09%
G=0.84%
B=46.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189316400.980.130.26308.0696.8837.65
HexBD3A4062D1A1346126
Octal27532440142153246414146
Binary101111011110100100011000101101110101001101001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD03A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD03A4; }

 p { color: rgb(189,3,164); }

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

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

 a { background-color: rgb(189,3,164); }

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

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

 span { border-color: rgb(189,3,164); }

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