Html Css Color HEX #BB1995 Medium Violet Red

📋 copy color: '#BB1995'

red 187 ◦ green 25 ◦ blue 149

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

Shades of Medium Violet Red #BB1995

Tints of Medium Violet Red #BB1995

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.93%

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

R = 51.8%
G = 6.93%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB1995 (or 0xBB1995) is known color: Medium Violet Red. HEX triplet: BB, 19 and 95. RGB value is (187,25,149). Sum of RGB (Red+Green+Blue) = 187+25+149=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1995 is #44E66A. Grayscale: #575757. Windows color (decimal): -4515435 or 9771451. OLE color: 9771451.

HSL color Cylindrical-coordinate representation of color #BB1995: hue angle of 314.07º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1995 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 25 149 -
CMYK 0 0.87 0.20 0.27
HSL 314.07º 0.76% 0.42% -
HSV(B) 314.07º 0.87% 0.73% -
XYZ 26.27 13.43 29.64 -
YUV 87.57 162.67 198.92 -
System Red Green Blue C M Y K H S L
Decimal 187 25 149 0 0.87 0.20 0.27 314.07 0.76 0.42
Hex BB 19 95 0 57 14 1B 13A 4C 2A
Octal 273 31 225 0 127 24 33 472 114 52
Binary 10111011 11001 10010101 0 1010111 10100 11011 100111010 1001100 101010

Color Harmonies of #BB1995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1995

Black with #BB1995

Text Example


Text Example

White with #BB1995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1995; }

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

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

background-color css

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

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

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

border-color css

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

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

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