#BB1875

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

Shades of Medium Violet Red #BB1875

Tints of Medium Violet Red #BB1875

Color information

#BB1875 (or 0xBB1875) is unknown color: approx Medium Violet Red. HEX triplet: BB, 18 and 75. RGB value is (187,24,117). Sum of RGB (Red+Green+Blue) = 187+24+117=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1875 is #44E78A. Grayscale: #535353. Windows color (decimal): -4515723 or 7674043. OLE color: 7674043.

HSL color Cylindrical-coordinate representation of color #BB1875: hue angle of 325.77º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1875 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB18724117-
CMYK00.870.370.27
HSL325.77º77.25%41.37%-
HSV(B)325.77º87.17%73.33%-
XYZ24.0312.517.98-
YUV83.34147201.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.01%
GREEN value IS 24 (9.77% from 255) = 7.32%
BLUE value IS 117 (46.09% from 255) = 35.67%
R=57.01%
G=7.32%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872411700.870.370.27325.7777.2541.37
HexBB1875057251B1464d29
Octal273301650127453350611551
Binary1011101111000111010101010111100101110111010001101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1875; }

 p { color: rgb(187,24,117); }

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

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

 a { background-color: rgb(187,24,117); }

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

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

 span { border-color: rgb(187,24,117); }

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