#BB0574

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

Shades of Medium Violet Red #BB0574

Tints of Medium Violet Red #BB0574

Color information

#BB0574 (or 0xBB0574) is unknown color: approx Medium Violet Red. HEX triplet: BB, 05 and 74. RGB value is (187,5,116). Sum of RGB (Red+Green+Blue) = 187+5+116=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0574 is #44FA8B. Grayscale: #474747. Windows color (decimal): -4520588 or 7603643. OLE color: 7603643.

HSL color Cylindrical-coordinate representation of color #BB0574: hue angle of 323.41º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB0574 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB1875116-
CMYK00.970.380.27
HSL323.41º94.79%37.65%-
HSV(B)323.41º97.33%73.33%-
XYZ23.711.9317.58-
YUV72.07152.8209.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.71%
GREEN value IS 5 (2.34% from 255) = 1.62%
BLUE value IS 116 (45.70% from 255) = 37.66%
R=60.71%
G=1.62%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187511600.970.380.27323.4194.7937.65
HexBB574061261B1435f26
Octal27351640141463350313746
Binary10111011101111010001100001100110110111010000111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0574; }

 p { color: rgb(187,5,116); }

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

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

 a { background-color: rgb(187,5,116); }

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

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

 span { border-color: rgb(187,5,116); }

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