#bb347f

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

Shades of Medium Red Violet #BB347F

Tints of Medium Red Violet #BB347F

Color information

#BB347F (or 0xBB347F) is unknown color: approx Medium Red Violet. HEX triplet: BB, 34 and 7F. RGB value is (187,52,127). Sum of RGB (Red+Green+Blue) = 187+52+127=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB347F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB347F is #44CB80. Grayscale: #646464. Windows color (decimal): -4508545 or 8336571. OLE color: 8336571.

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

Color convert

RGB18752127-
CMYK00.720.320.27
HSL326.67º56.49%46.86%-
HSV(B)326.67º72.19%73.33%-
XYZ25.5514.5521.54-
YUV100.92142.73189.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.09%
GREEN value IS 52 (20.70% from 255) = 14.21%
BLUE value IS 127 (50% from 255) = 34.70%
R=51.09%
G=14.21%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875212700.720.320.27326.6756.4946.86
HexBB347F048201B147382f
Octal27364177011040335077057
Binary1011101111010011111110100100010000011011101000111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb347f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb347f; }

 p { color: rgb(187,52,127); }

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

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

 a { background-color: rgb(187,52,127); }

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

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

 span { border-color: rgb(187,52,127); }

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