#BB3280

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

Shades of Medium Red Violet #BB3280

Tints of Medium Red Violet #BB3280

Color information

#BB3280 (or 0xBB3280) is unknown color: approx Medium Red Violet. HEX triplet: BB, 32 and 80. RGB value is (187,50,128). Sum of RGB (Red+Green+Blue) = 187+50+128=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3280 is #44CD7F. Grayscale: #636363. Windows color (decimal): -4509056 or 8401595. OLE color: 8401595.

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

Color convert

RGB18750128-
CMYK00.730.320.27
HSL325.84º57.81%46.47%-
HSV(B)325.84º73.26%73.33%-
XYZ25.5314.421.86-
YUV99.85143.89190.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.23%
GREEN value IS 50 (19.92% from 255) = 13.70%
BLUE value IS 128 (50.39% from 255) = 35.07%
R=51.23%
G=13.70%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875012800.730.320.27325.8457.8146.47
HexBB3280049201B1463a2e
Octal27362200011140335067256
Binary10111011110010100000000100100110000011011101000110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3280; }

 p { color: rgb(187,50,128); }

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

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

 a { background-color: rgb(187,50,128); }

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

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

 span { border-color: rgb(187,50,128); }

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