#BB0374

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

Shades of Medium Violet Red #BB0374

Tints of Medium Violet Red #BB0374

Color information

#BB0374 (or 0xBB0374) is unknown color: approx Medium Violet Red. HEX triplet: BB, 03 and 74. RGB value is (187,3,116). Sum of RGB (Red+Green+Blue) = 187+3+116=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0374 is #44FC8B. Grayscale: #464646. Windows color (decimal): -4521100 or 7603131. OLE color: 7603131.

HSL color Cylindrical-coordinate representation of color #BB0374: hue angle of 323.15º 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 #BB0374 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB1873116-
CMYK00.980.380.27
HSL323.15º96.84%37.25%-
HSV(B)323.15º98.4%73.33%-
XYZ23.6811.8917.57-
YUV70.9153.46210.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.11%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 116 (45.70% from 255) = 37.91%
R=61.11%
G=0.98%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187311600.980.380.27323.1596.8437.25
HexBB374062261B1436125
Octal27331640142463350314145
Binary1011101111111010001100010100110110111010000111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0374; }

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

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

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

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

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

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

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

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