Html Css Color HEX #BB1570 Medium Violet Red

📋 copy color: '#BB1570'

red 187 ◦ green 21 ◦ blue 112

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

Shades of Medium Violet Red #BB1570

Tints of Medium Violet Red #BB1570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.56%

 BLUE value IS 112 (44.14% from 255) = 35%

R = 58.44%
G = 6.56%
B = 35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB1570 (or 0xBB1570) is known color: Medium Violet Red. HEX triplet: BB, 15 and 70. RGB value is (187,21,112). Sum of RGB (Red+Green+Blue) = 187+21+112=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1570 is #44EA8F. Grayscale: #505050. Windows color (decimal): -4516496 or 7345595. OLE color: 7345595.

HSL color Cylindrical-coordinate representation of color #BB1570: hue angle of 327.11º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1570 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 21 112 -
CMYK 0 0.89 0.40 0.27
HSL 327.11º 0.8% 0.41% -
HSV(B) 327.11º 0.89% 0.73% -
XYZ 23.69 12.27 16.45 -
YUV 81.01 145.5 203.6 -
System Red Green Blue C M Y K H S L
Decimal 187 21 112 0 0.89 0.40 0.27 327.11 0.8 0.41
Hex BB 15 70 0 59 28 1B 147 50 29
Octal 273 25 160 0 131 50 33 507 120 51
Binary 10111011 10101 1110000 0 1011001 101000 11011 101000111 1010000 101001

Color Harmonies of #BB1570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1570

Black with #BB1570

Text Example


Text Example

White with #BB1570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1570; }

 p { color: rgb(187,21,112); }

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

background-color css

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

 a { background-color: rgb(187,21,112); }

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

border-color css

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

 span { border-color: rgb(187,21,112); }

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