#BB3070

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

Shades of Medium Red Violet #BB3070

Tints of Medium Red Violet #BB3070

Color information

#BB3070 (or 0xBB3070) is unknown color: approx Medium Red Violet. HEX triplet: BB, 30 and 70. RGB value is (187,48,112). Sum of RGB (Red+Green+Blue) = 187+48+112=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3070 is #44CF8F. Grayscale: #606060. Windows color (decimal): -4509584 or 7352507. OLE color: 7352507.

HSL color Cylindrical-coordinate representation of color #BB3070: hue angle of 332.37º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3070 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB18748112-
CMYK00.740.400.27
HSL332.37º59.15%46.08%-
HSV(B)332.37º74.33%73.33%-
XYZ24.4813.8516.71-
YUV96.86136.55192.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.89%
GREEN value IS 48 (19.14% from 255) = 13.83%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=53.89%
G=13.83%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874811200.740.400.27332.3759.1546.08
HexBB307004A281B14c3b2e
Octal27360160011250335147356
Binary1011101111000011100000100101010100011011101001100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3070; }

 p { color: rgb(187,48,112); }

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

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

 a { background-color: rgb(187,48,112); }

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

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

 span { border-color: rgb(187,48,112); }

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