Html Css Color HEX #BB1376 Medium Violet Red

📋 copy color: '#BB1376'

red 187 ◦ green 19 ◦ blue 118

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

Shades of Medium Violet Red #BB1376

Tints of Medium Violet Red #BB1376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.86%

 BLUE value IS 118 (46.48% from 255) = 36.42%

R = 57.72%
G = 5.86%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB1376 (or 0xBB1376) is known color: Medium Violet Red. HEX triplet: BB, 13 and 76. RGB value is (187,19,118). Sum of RGB (Red+Green+Blue) = 187+19+118=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1376 is #44EC89. Grayscale: #505050. Windows color (decimal): -4517002 or 7738299. OLE color: 7738299.

HSL color Cylindrical-coordinate representation of color #BB1376: hue angle of 324.64º 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 #BB1376 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 19 118 -
CMYK 0 0.90 0.37 0.27
HSL 324.64º 0.82% 0.4% -
HSV(B) 324.64º 0.9% 0.73% -
XYZ 24 12.34 18.26 -
YUV 80.52 149.16 203.95 -
System Red Green Blue C M Y K H S L
Decimal 187 19 118 0 0.90 0.37 0.27 324.64 0.82 0.4
Hex BB 13 76 0 5A 25 1B 145 52 28
Octal 273 23 166 0 132 45 33 505 122 50
Binary 10111011 10011 1110110 0 1011010 100101 11011 101000101 1010010 101000

Color Harmonies of #BB1376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1376

Black with #BB1376

Text Example


Text Example

White with #BB1376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1376; }

 p { color: rgb(187,19,118); }

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

background-color css

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

 a { background-color: rgb(187,19,118); }

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

border-color css

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

 span { border-color: rgb(187,19,118); }

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