#BB3D92

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

Shades of Medium Red Violet #BB3D92

Tints of Medium Red Violet #BB3D92

Color information

#BB3D92 (or 0xBB3D92) is unknown color: approx Medium Red Violet. HEX triplet: BB, 3D and 92. RGB value is (187,61,146). Sum of RGB (Red+Green+Blue) = 187+61+146=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3D92 is #44C26D. Grayscale: #6C6C6C. Windows color (decimal): -4506222 or 9584059. OLE color: 9584059.

HSL color Cylindrical-coordinate representation of color #BB3D92: hue angle of 319.52º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB3D92 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB18761146-
CMYK00.670.220.27
HSL319.52º50.81%48.63%-
HSV(B)319.52º67.38%73.33%-
XYZ27.3515.9828.84-
YUV108.36149.24184.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 61 (24.22% from 255) = 15.48%
BLUE value IS 146 (57.42% from 255) = 37.06%
R=47.46%
G=15.48%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876114600.670.220.27319.5250.8148.63
HexBB3D92043161B1403331
Octal27375222010326335006361
Binary1011101111110110010010010000111011011011101000000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3D92; }

 p { color: rgb(187,61,146); }

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

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

 a { background-color: rgb(187,61,146); }

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

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

 span { border-color: rgb(187,61,146); }

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