#BB35A1

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

Shades of Medium Red Violet #BB35A1

Tints of Medium Red Violet #BB35A1

Color information

#BB35A1 (or 0xBB35A1) is unknown color: approx Medium Red Violet. HEX triplet: BB, 35 and A1. RGB value is (187,53,161). Sum of RGB (Red+Green+Blue) = 187+53+161=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB35A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB35A1 is #44CA5E. Grayscale: #696969. Windows color (decimal): -4508255 or 10565051. OLE color: 10565051.

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

Color convert

RGB18753161-
CMYK00.720.140.27
HSL311.64º55.83%47.06%-
HSV(B)311.64º71.66%73.33%-
XYZ28.215.6835.26-
YUV105.38159.39186.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.63%
GREEN value IS 53 (21.09% from 255) = 13.22%
BLUE value IS 161 (63.28% from 255) = 40.15%
R=46.63%
G=13.22%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875316100.720.140.27311.6455.8347.06
HexBB35A1048E1B138382f
Octal27365241011016334707057
Binary101110111101011010000101001000111011011100111000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB35A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB35A1; }

 p { color: rgb(187,53,161); }

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

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

 a { background-color: rgb(187,53,161); }

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

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

 span { border-color: rgb(187,53,161); }

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