#BB0375

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

Shades of Medium Violet Red #BB0375

Tints of Medium Violet Red #BB0375

Color information

#BB0375 (or 0xBB0375) is unknown color: approx Medium Violet Red. HEX triplet: BB, 03 and 75. RGB value is (187,3,117). Sum of RGB (Red+Green+Blue) = 187+3+117=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0375 is #44FC8A. Grayscale: #464646. Windows color (decimal): -4521099 or 7668667. OLE color: 7668667.

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

Color convert

RGB1873117-
CMYK00.980.370.27
HSL322.83º96.84%37.25%-
HSV(B)322.83º98.4%73.33%-
XYZ23.7411.9117.88-
YUV71.01153.96210.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.91%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 117 (46.09% from 255) = 38.11%
R=60.91%
G=0.98%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187311700.980.370.27322.8396.8437.25
HexBB375062251B1436125
Octal27331650142453350314145
Binary1011101111111010101100010100101110111010000111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0375; }

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

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

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

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

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

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

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

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