#BB3E83

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

Shades of Medium Red Violet #BB3E83

Tints of Medium Red Violet #BB3E83

Color information

#BB3E83 (or 0xBB3E83) is unknown color: approx Medium Red Violet. HEX triplet: BB, 3E and 83. RGB value is (187,62,131). Sum of RGB (Red+Green+Blue) = 187+62+131=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 62 (24.61% from 255 or 16.32% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3E83 is #44C17C. Grayscale: #6B6B6B. Windows color (decimal): -4505981 or 8601275. OLE color: 8601275.

HSL color Cylindrical-coordinate representation of color #BB3E83: hue angle of 326.88º degrees, saturation: 0.5, 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 #BB3E83 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB18762131-
CMYK00.670.300.27
HSL326.88º50.2%48.82%-
HSV(B)326.88º66.84%73.33%-
XYZ26.3115.6523.11-
YUV107.24141.41184.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.21%
GREEN value IS 62 (24.61% from 255) = 16.32%
BLUE value IS 131 (51.56% from 255) = 34.47%
R=49.21%
G=16.32%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876213100.670.300.27326.8850.248.82
HexBB3E830431E1B1473231
Octal27376203010336335076261
Binary1011101111111010000011010000111111011011101000111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3E83; }

 p { color: rgb(187,62,131); }

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

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

 a { background-color: rgb(187,62,131); }

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

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

 span { border-color: rgb(187,62,131); }

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