Html Css Color HEX #BB1795 Medium Violet Red

📋 copy color: '#BB1795'

red 187 ◦ green 23 ◦ blue 149

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

Shades of Medium Violet Red #BB1795

Tints of Medium Violet Red #BB1795

RGB

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

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

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

R = 52.09%
G = 6.41%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB1795 (or 0xBB1795) is known color: Medium Violet Red. HEX triplet: BB, 17 and 95. RGB value is (187,23,149). Sum of RGB (Red+Green+Blue) = 187+23+149=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1795 is #44E86A. Grayscale: #565656. Windows color (decimal): -4515947 or 9770939. OLE color: 9770939.

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

Color convert

RGB 187 23 149 -
CMYK 0 0.88 0.20 0.27
HSL 313.9º 0.78% 0.41% -
HSV(B) 313.9º 0.88% 0.73% -
XYZ 26.22 13.35 29.63 -
YUV 86.4 163.33 199.75 -
System Red Green Blue C M Y K H S L
Decimal 187 23 149 0 0.88 0.20 0.27 313.9 0.78 0.41
Hex BB 17 95 0 58 14 1B 13A 4E 29
Octal 273 27 225 0 130 24 33 472 116 51
Binary 10111011 10111 10010101 0 1011000 10100 11011 100111010 1001110 101001

Color Harmonies of #BB1795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1795

Black with #BB1795

Text Example


Text Example

White with #BB1795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1795; }

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

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

background-color css

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

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

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

border-color css

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

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

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