#bb097d

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

Shades of Medium Violet Red #BB097D

Tints of Medium Violet Red #BB097D

Color information

#BB097D (or 0xBB097D) is unknown color: approx Medium Violet Red. HEX triplet: BB, 09 and 7D. RGB value is (187,9,125). Sum of RGB (Red+Green+Blue) = 187+9+125=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB097D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB097D is #44F682. Grayscale: #4B4B4B. Windows color (decimal): -4519555 or 8194491. OLE color: 8194491.

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

Color convert

RGB1879125-
CMYK00.950.330.27
HSL320.9º90.82%38.43%-
HSV(B)320.9º95.19%73.33%-
XYZ24.2912.2420.48-
YUV75.45155.97207.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.26%
GREEN value IS 9 (3.91% from 255) = 2.80%
BLUE value IS 125 (49.22% from 255) = 38.94%
R=58.26%
G=2.80%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187912500.950.330.27320.990.8238.43
HexBB97D05F211B1415b26
Octal273111750137413350113346
Binary101110111001111110101011111100001110111010000011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb097d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb097d; }

 p { color: rgb(187,9,125); }

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

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

 a { background-color: rgb(187,9,125); }

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

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

 span { border-color: rgb(187,9,125); }

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