#BB307B

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

Shades of Medium Red Violet #BB307B

Tints of Medium Red Violet #BB307B

Color information

#BB307B (or 0xBB307B) is unknown color: approx Medium Red Violet. HEX triplet: BB, 30 and 7B. RGB value is (187,48,123). Sum of RGB (Red+Green+Blue) = 187+48+123=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB307B is #44CF84. Grayscale: #616161. Windows color (decimal): -4509573 or 8073403. OLE color: 8073403.

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

Color convert

RGB18748123-
CMYK00.740.340.27
HSL327.63º59.15%46.08%-
HSV(B)327.63º74.33%73.33%-
XYZ25.1314.1120.14-
YUV98.11142.05191.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.23%
GREEN value IS 48 (19.14% from 255) = 13.41%
BLUE value IS 123 (48.44% from 255) = 34.36%
R=52.23%
G=13.41%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874812300.740.340.27327.6359.1546.08
HexBB307B04A221B1483b2e
Octal27360173011242335107356
Binary1011101111000011110110100101010001011011101001000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB307B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB307B; }

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

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

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

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

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

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

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

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