#BB2B94

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

Shades of Medium Red Violet #BB2B94

Tints of Medium Red Violet #BB2B94

Color information

#BB2B94 (or 0xBB2B94) is unknown color: approx Medium Red Violet. HEX triplet: BB, 2B and 94. RGB value is (187,43,148). Sum of RGB (Red+Green+Blue) = 187+43+148=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2B94 is #44D46B. Grayscale: #616161. Windows color (decimal): -4510828 or 9710523. OLE color: 9710523.

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

Color convert

RGB18743148-
CMYK00.770.210.27
HSL316.25º62.61%45.1%-
HSV(B)316.25º77.01%73.33%-
XYZ26.714.4329.39-
YUV98.03156.21191.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 43 (17.19% from 255) = 11.38%
BLUE value IS 148 (58.20% from 255) = 39.15%
R=49.47%
G=11.38%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874314800.770.210.27316.2562.6145.1
HexBB2B9404D151B13c3f2d
Octal27353224011525334747755
Binary1011101110101110010100010011011010111011100111100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2B94; }

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

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

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

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

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

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

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

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