Html Css Color HEX #BB1994 Medium Violet Red

📋 copy color: '#BB1994'

red 187 ◦ green 25 ◦ blue 148

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

Shades of Medium Violet Red #BB1994

Tints of Medium Violet Red #BB1994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.11%

R = 51.94%
G = 6.94%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB1994 (or 0xBB1994) is known color: Medium Violet Red. HEX triplet: BB, 19 and 94. RGB value is (187,25,148). Sum of RGB (Red+Green+Blue) = 187+25+148=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1994 is #44E66B. Grayscale: #575757. Windows color (decimal): -4515436 or 9705915. OLE color: 9705915.

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

Color convert

RGB 187 25 148 -
CMYK 0 0.87 0.21 0.27
HSL 314.44º 0.76% 0.42% -
HSV(B) 314.44º 0.87% 0.73% -
XYZ 26.19 13.4 29.22 -
YUV 87.46 162.17 199 -
System Red Green Blue C M Y K H S L
Decimal 187 25 148 0 0.87 0.21 0.27 314.44 0.76 0.42
Hex BB 19 94 0 57 15 1B 13A 4C 2A
Octal 273 31 224 0 127 25 33 472 114 52
Binary 10111011 11001 10010100 0 1010111 10101 11011 100111010 1001100 101010

Color Harmonies of #BB1994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1994

Black with #BB1994

Text Example


Text Example

White with #BB1994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1994; }

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

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

background-color css

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

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

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

border-color css

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

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

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