#BB2B98

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

Shades of Medium Red Violet #BB2B98

Tints of Medium Red Violet #BB2B98

Color information

#BB2B98 (or 0xBB2B98) is unknown color: approx Medium Red Violet. HEX triplet: BB, 2B and 98. RGB value is (187,43,152). Sum of RGB (Red+Green+Blue) = 187+43+152=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2B98 is #44D467. Grayscale: #626262. Windows color (decimal): -4510824 or 9972667. OLE color: 9972667.

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

Color convert

RGB18743152-
CMYK00.770.190.27
HSL314.58º62.61%45.1%-
HSV(B)314.58º77.01%73.33%-
XYZ27.0214.5631.09-
YUV98.48158.21191.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 43 (17.19% from 255) = 11.26%
BLUE value IS 152 (59.77% from 255) = 39.79%
R=48.95%
G=11.26%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874315200.770.190.27314.5862.6145.1
HexBB2B9804D131B13b3f2d
Octal27353230011523334737755
Binary1011101110101110011000010011011001111011100111011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2B98; }

 p { color: rgb(187,43,152); }

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

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

 a { background-color: rgb(187,43,152); }

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

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

 span { border-color: rgb(187,43,152); }

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