#BB349A

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

Shades of Medium Red Violet #BB349A

Tints of Medium Red Violet #BB349A

Color information

#BB349A (or 0xBB349A) is unknown color: approx Medium Red Violet. HEX triplet: BB, 34 and 9A. RGB value is (187,52,154). Sum of RGB (Red+Green+Blue) = 187+52+154=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB349A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB349A is #44CB65. Grayscale: #676767. Windows color (decimal): -4508518 or 10106043. OLE color: 10106043.

HSL color Cylindrical-coordinate representation of color #BB349A: hue angle of 314.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 #BB349A is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB18752154-
CMYK00.720.180.27
HSL314.67º56.49%46.86%-
HSV(B)314.67º72.19%73.33%-
XYZ27.5515.3532.08-
YUV103.99156.23187.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.58%
GREEN value IS 52 (20.70% from 255) = 13.23%
BLUE value IS 154 (60.55% from 255) = 39.19%
R=47.58%
G=13.23%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875215400.720.180.27314.6756.4946.86
HexBB349A048121B13b382f
Octal27364232011022334737057
Binary1011101111010010011010010010001001011011100111011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB349A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB349A; }

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

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

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

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

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

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

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

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