#BB0684

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

Shades of Medium Violet Red #BB0684

Tints of Medium Violet Red #BB0684

Color information

#BB0684 (or 0xBB0684) is unknown color: approx Medium Violet Red. HEX triplet: BB, 06 and 84. RGB value is (187,6,132). Sum of RGB (Red+Green+Blue) = 187+6+132=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0684 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0684 is #44F97B. Grayscale: #4A4A4A. Windows color (decimal): -4520316 or 8652475. OLE color: 8652475.

HSL color Cylindrical-coordinate representation of color #BB0684: hue angle of 318.23º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB0684 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB1876132-
CMYK00.970.290.27
HSL318.23º93.78%37.84%-
HSV(B)318.23º96.79%73.33%-
XYZ24.7212.3622.91-
YUV74.48160.47208.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.54%
GREEN value IS 6 (2.73% from 255) = 1.85%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=57.54%
G=1.85%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187613200.970.290.27318.2393.7837.84
HexBB6840611D1B13e5e26
Octal27362040141353347613646
Binary10111011110100001000110000111101110111001111101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0684; }

 p { color: rgb(187,6,132); }

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

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

 a { background-color: rgb(187,6,132); }

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

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

 span { border-color: rgb(187,6,132); }

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