Html Css Color HEX #BB1595 Medium Violet Red

📋 copy color: '#BB1595'

red 187 ◦ green 21 ◦ blue 149

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

Shades of Medium Violet Red #BB1595

Tints of Medium Violet Red #BB1595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.74%

R = 52.38%
G = 5.88%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB1595 (or 0xBB1595) is known color: Medium Violet Red. HEX triplet: BB, 15 and 95. RGB value is (187,21,149). Sum of RGB (Red+Green+Blue) = 187+21+149=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1595 is #44EA6A. Grayscale: #545454. Windows color (decimal): -4516459 or 9770427. OLE color: 9770427.

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

Color convert

RGB 187 21 149 -
CMYK 0 0.89 0.20 0.27
HSL 313.73º 0.8% 0.41% -
HSV(B) 313.73º 0.89% 0.73% -
XYZ 26.19 13.27 29.62 -
YUV 85.23 164 200.59 -
System Red Green Blue C M Y K H S L
Decimal 187 21 149 0 0.89 0.20 0.27 313.73 0.8 0.41
Hex BB 15 95 0 59 14 1B 13A 50 29
Octal 273 25 225 0 131 24 33 472 120 51
Binary 10111011 10101 10010101 0 1011001 10100 11011 100111010 1010000 101001

Color Harmonies of #BB1595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1595

Black with #BB1595

Text Example


Text Example

White with #BB1595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1595; }

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

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

background-color css

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

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

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

border-color css

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

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

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