#BB3692

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

Shades of Medium Red Violet #BB3692

Tints of Medium Red Violet #BB3692

Color information

#BB3692 (or 0xBB3692) is unknown color: approx Medium Red Violet. HEX triplet: BB, 36 and 92. RGB value is (187,54,146). Sum of RGB (Red+Green+Blue) = 187+54+146=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3692 is #44C96D. Grayscale: #686868. Windows color (decimal): -4508014 or 9582267. OLE color: 9582267.

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

Color convert

RGB18754146-
CMYK00.710.220.27
HSL318.5º55.19%47.25%-
HSV(B)318.5º71.12%73.33%-
XYZ2715.2828.72-
YUV104.26151.56187.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 54 (21.48% from 255) = 13.95%
BLUE value IS 146 (57.42% from 255) = 37.73%
R=48.32%
G=13.95%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875414600.710.220.27318.555.1947.25
HexBB3692047161B13e372f
Octal27366222010726334766757
Binary1011101111011010010010010001111011011011100111110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3692; }

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

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

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

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

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

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

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

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