#BB337A

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

Shades of Medium Red Violet #BB337A

Tints of Medium Red Violet #BB337A

Color information

#BB337A (or 0xBB337A) is unknown color: approx Medium Red Violet. HEX triplet: BB, 33 and 7A. RGB value is (187,51,122). Sum of RGB (Red+Green+Blue) = 187+51+122=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB337A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB337A is #44CC85. Grayscale: #636363. Windows color (decimal): -4508806 or 8008635. OLE color: 8008635.

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

Color convert

RGB18751122-
CMYK00.730.350.27
HSL328.68º57.14%46.67%-
HSV(B)328.68º72.73%73.33%-
XYZ25.1914.3419.85-
YUV99.76140.56190.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.94%
GREEN value IS 51 (20.31% from 255) = 14.17%
BLUE value IS 122 (48.05% from 255) = 33.89%
R=51.94%
G=14.17%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875112200.730.350.27328.6857.1446.67
HexBB337A049231B149392f
Octal27363172011143335117157
Binary1011101111001111110100100100110001111011101001001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB337A; }

 p { color: rgb(187,51,122); }

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

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

 a { background-color: rgb(187,51,122); }

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

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

 span { border-color: rgb(187,51,122); }

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