Html Css Color HEX #BB1290 Medium Violet Red

📋 copy color: '#BB1290'

red 187 ◦ green 18 ◦ blue 144

#BB1290
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #BB1290

Tints of Medium Violet Red #BB1290

RGB

 RED value IS 187 (73.44% from 255) = 53.58%

 GREEN value IS 18 (7.42% from 255) = 5.16%

 BLUE value IS 144 (56.64% from 255) = 41.26%

R = 53.58%
G = 5.16%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BB1290 (or 0xBB1290) is known color: Medium Violet Red. HEX triplet: BB, 12 and 90. RGB value is (187,18,144). Sum of RGB (Red+Green+Blue) = 187+18+144=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1290 is #44ED6F. Grayscale: #525252. Windows color (decimal): -4517232 or 9441979. OLE color: 9441979.

HSL color Cylindrical-coordinate representation of color #BB1290: hue angle of 315.27º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1290 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 18 144 -
CMYK 0 0.90 0.23 0.27
HSL 315.27º 0.82% 0.4% -
HSV(B) 315.27º 0.9% 0.73% -
XYZ 25.74 13.01 27.54 -
YUV 82.9 162.49 202.25 -
System Red Green Blue C M Y K H S L
Decimal 187 18 144 0 0.90 0.23 0.27 315.27 0.82 0.4
Hex BB 12 90 0 5A 17 1B 13B 52 28
Octal 273 22 220 0 132 27 33 473 122 50
Binary 10111011 10010 10010000 0 1011010 10111 11011 100111011 1010010 101000

Color Harmonies of #BB1290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1290

Black with #BB1290

Text Example


Text Example

White with #BB1290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1290; }

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

 H1.HeaderClassName
 {
   color: #BB1290;
 }
 .AnyTagClassName
 {
   color: #BB1290;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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