Html Css Color HEX #BB1594 Medium Violet Red

📋 copy color: '#BB1594'

red 187 ◦ green 21 ◦ blue 148

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

Shades of Medium Violet Red #BB1594

Tints of Medium Violet Red #BB1594

RGB

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

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

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

R = 52.53%
G = 5.9%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB1594 (or 0xBB1594) is known color: Medium Violet Red. HEX triplet: BB, 15 and 94. RGB value is (187,21,148). Sum of RGB (Red+Green+Blue) = 187+21+148=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1594 is #44EA6B. Grayscale: #545454. Windows color (decimal): -4516460 or 9704891. OLE color: 9704891.

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

Color convert

RGB 187 21 148 -
CMYK 0 0.89 0.21 0.27
HSL 314.1º 0.8% 0.41% -
HSV(B) 314.1º 0.89% 0.73% -
XYZ 26.11 13.24 29.2 -
YUV 85.11 163.5 200.67 -
System Red Green Blue C M Y K H S L
Decimal 187 21 148 0 0.89 0.21 0.27 314.1 0.8 0.41
Hex BB 15 94 0 59 15 1B 13A 50 29
Octal 273 25 224 0 131 25 33 472 120 51
Binary 10111011 10101 10010100 0 1011001 10101 11011 100111010 1010000 101001

Color Harmonies of #BB1594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1594

Black with #BB1594

Text Example


Text Example

White with #BB1594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1594; }

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

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

background-color css

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

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

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

border-color css

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

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

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