#BB0A7E

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

Shades of Medium Violet Red #BB0A7E

Tints of Medium Violet Red #BB0A7E

Color information

#BB0A7E (or 0xBB0A7E) is unknown color: approx Medium Violet Red. HEX triplet: BB, 0A and 7E. RGB value is (187,10,126). Sum of RGB (Red+Green+Blue) = 187+10+126=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0A7E is #44F581. Grayscale: #4B4B4B. Windows color (decimal): -4519298 or 8260283. OLE color: 8260283.

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

Color convert

RGB18710126-
CMYK00.950.330.27
HSL320.68º89.85%38.63%-
HSV(B)320.68º94.65%73.33%-
XYZ24.3712.2920.83-
YUV76.15156.14207.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.89%
GREEN value IS 10 (4.30% from 255) = 3.10%
BLUE value IS 126 (49.61% from 255) = 39.01%
R=57.89%
G=3.10%
B=39.01%

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
Decimal1871012600.950.330.27320.6889.8538.63
HexBBA7E05F211B1415a27
Octal273121760137413350113247
Binary101110111010111111001011111100001110111010000011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0A7E; }

 p { color: rgb(187,10,126); }

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

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

 a { background-color: rgb(187,10,126); }

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

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

 span { border-color: rgb(187,10,126); }

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