Html Css Color HEX #BB1792 Medium Violet Red

📋 copy color: '#BB1792'

red 187 ◦ green 23 ◦ blue 146

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

Shades of Medium Violet Red #BB1792

Tints of Medium Violet Red #BB1792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.46%

 BLUE value IS 146 (57.42% from 255) = 41.01%

R = 52.53%
G = 6.46%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB1792 (or 0xBB1792) is known color: Medium Violet Red. HEX triplet: BB, 17 and 92. RGB value is (187,23,146). Sum of RGB (Red+Green+Blue) = 187+23+146=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1792 is #44E86D. Grayscale: #555555. Windows color (decimal): -4515950 or 9574331. OLE color: 9574331.

HSL color Cylindrical-coordinate representation of color #BB1792: hue angle of 315º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1792 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 23 146 -
CMYK 0 0.88 0.22 0.27
HSL 315º 0.78% 0.41% -
HSV(B) 315º 0.88% 0.73% -
XYZ 25.99 13.25 28.38 -
YUV 86.06 161.83 200 -
System Red Green Blue C M Y K H S L
Decimal 187 23 146 0 0.88 0.22 0.27 315 0.78 0.41
Hex BB 17 92 0 58 16 1B 13B 4E 29
Octal 273 27 222 0 130 26 33 473 116 51
Binary 10111011 10111 10010010 0 1011000 10110 11011 100111011 1001110 101001

Color Harmonies of #BB1792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1792

Black with #BB1792

Text Example


Text Example

White with #BB1792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1792; }

 p { color: rgb(187,23,146); }

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

background-color css

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

 a { background-color: rgb(187,23,146); }

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

border-color css

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

 span { border-color: rgb(187,23,146); }

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