#bb308f

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

Shades of Medium Red Violet #BB308F

Tints of Medium Red Violet #BB308F

Color information

#BB308F (or 0xBB308F) is unknown color: approx Medium Red Violet. HEX triplet: BB, 30 and 8F. RGB value is (187,48,143). Sum of RGB (Red+Green+Blue) = 187+48+143=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB308F is #44CF70. Grayscale: #646464. Windows color (decimal): -4509553 or 9384123. OLE color: 9384123.

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

Color convert

RGB18748143-
CMYK00.740.240.27
HSL318.99º59.15%46.08%-
HSV(B)318.99º74.33%73.33%-
XYZ26.5114.6627.42-
YUV100.39152.05189.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 48 (19.14% from 255) = 12.70%
BLUE value IS 143 (56.25% from 255) = 37.83%
R=49.47%
G=12.70%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874814300.740.240.27318.9959.1546.08
HexBB308F04A181B13f3b2e
Octal27360217011230334777356
Binary1011101111000010001111010010101100011011100111111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb308f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb308f; }

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

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

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

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

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

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

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

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