#BB3681

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

Shades of Medium Red Violet #BB3681

Tints of Medium Red Violet #BB3681

Color information

#BB3681 (or 0xBB3681) is unknown color: approx Medium Red Violet. HEX triplet: BB, 36 and 81. RGB value is (187,54,129). Sum of RGB (Red+Green+Blue) = 187+54+129=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3681 is #44C97E. Grayscale: #666666. Windows color (decimal): -4508031 or 8468155. OLE color: 8468155.

HSL color Cylindrical-coordinate representation of color #BB3681: hue angle of 326.17º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB3681 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB18754129-
CMYK00.710.310.27
HSL326.17º55.19%47.25%-
HSV(B)326.17º71.12%73.33%-
XYZ25.7814.7922.26-
YUV102.32143.06188.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.54%
GREEN value IS 54 (21.48% from 255) = 14.59%
BLUE value IS 129 (50.78% from 255) = 34.86%
R=50.54%
G=14.59%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875412900.710.310.27326.1755.1947.25
HexBB36810471F1B146372f
Octal27366201010737335066757
Binary1011101111011010000001010001111111111011101000110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3681; }

 p { color: rgb(187,54,129); }

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

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

 a { background-color: rgb(187,54,129); }

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

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

 span { border-color: rgb(187,54,129); }

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