#B00DA4

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

Shades of Medium Violet Red #B00DA4

Tints of Medium Violet Red #B00DA4

Color information

#B00DA4 (or 0xB00DA4) is unknown color: approx Medium Violet Red. HEX triplet: B0, 0D and A4. RGB value is (176,13,164). Sum of RGB (Red+Green+Blue) = 176+13+164=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 164 (64.45% from 255 or 46.46% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B00DA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00DA4 is #4FF25B. Grayscale: #4E4E4E. Windows color (decimal): -5239388 or 10751408. OLE color: 10751408.

HSL color Cylindrical-coordinate representation of color #B00DA4: hue angle of 304.42º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00DA4 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB17613164-
CMYK00.930.070.31
HSL304.42º86.24%37.06%-
HSV(B)304.42º92.61%69.02%-
XYZ24.7512.236.17-
YUV78.95176197.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.86%
GREEN value IS 13 (5.47% from 255) = 3.68%
BLUE value IS 164 (64.45% from 255) = 46.46%
R=49.86%
G=3.68%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761316400.930.070.31304.4286.2437.06
HexB0DA405D71F1305625
Octal26015244013573746012645
Binary1011000011011010010001011101111111111001100001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00DA4; }

 p { color: rgb(176,13,164); }

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

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

 a { background-color: rgb(176,13,164); }

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

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

 span { border-color: rgb(176,13,164); }

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