Html Css Color HEX #BB1691 Medium Violet Red

📋 copy color: '#BB1691'

red 187 ◦ green 22 ◦ blue 145

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

Shades of Medium Violet Red #BB1691

Tints of Medium Violet Red #BB1691

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.21%

 BLUE value IS 145 (57.03% from 255) = 40.96%

R = 52.82%
G = 6.21%
B = 40.96%

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

#BB1691 (or 0xBB1691) is known color: Medium Violet Red. HEX triplet: BB, 16 and 91. RGB value is (187,22,145). Sum of RGB (Red+Green+Blue) = 187+22+145=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1691 is #44E96E. Grayscale: #555555. Windows color (decimal): -4516207 or 9508539. OLE color: 9508539.

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

Color convert

RGB 187 22 145 -
CMYK 0 0.88 0.22 0.27
HSL 315.27º 0.79% 0.41% -
HSV(B) 315.27º 0.88% 0.73% -
XYZ 25.89 13.18 27.97 -
YUV 85.36 161.66 200.5 -
System Red Green Blue C M Y K H S L
Decimal 187 22 145 0 0.88 0.22 0.27 315.27 0.79 0.41
Hex BB 16 91 0 58 16 1B 13B 4F 29
Octal 273 26 221 0 130 26 33 473 117 51
Binary 10111011 10110 10010001 0 1011000 10110 11011 100111011 1001111 101001

Color Harmonies of #BB1691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1691

Black with #BB1691

Text Example


Text Example

White with #BB1691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1691; }

 p { color: rgb(187,22,145); }

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

background-color css

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

 a { background-color: rgb(187,22,145); }

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

border-color css

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

 span { border-color: rgb(187,22,145); }

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