#BB2690

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

Shades of Medium Red Violet #BB2690

Tints of Medium Red Violet #BB2690

Color information

#BB2690 (or 0xBB2690) is unknown color: approx Medium Red Violet. HEX triplet: BB, 26 and 90. RGB value is (187,38,144). Sum of RGB (Red+Green+Blue) = 187+38+144=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2690 is #44D96F. Grayscale: #5E5E5E. Windows color (decimal): -4512112 or 9447099. OLE color: 9447099.

HSL color Cylindrical-coordinate representation of color #BB2690: hue angle of 317.32º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2690 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB18738144-
CMYK00.800.230.27
HSL317.32º66.22%44.12%-
HSV(B)317.32º79.68%73.33%-
XYZ26.2213.9627.7-
YUV94.64155.86193.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.68%
GREEN value IS 38 (15.23% from 255) = 10.30%
BLUE value IS 144 (56.64% from 255) = 39.02%
R=50.68%
G=10.30%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873814400.800.230.27317.3266.2244.12
HexBB2690050171B13d422c
Octal273462200120273347510254
Binary10111011100110100100000101000010111110111001111011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2690; }

 p { color: rgb(187,38,144); }

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

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

 a { background-color: rgb(187,38,144); }

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

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

 span { border-color: rgb(187,38,144); }

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