Html Css Color HEX #BB1699 Medium Violet Red

📋 copy color: '#BB1699'

red 187 ◦ green 22 ◦ blue 153

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

Shades of Medium Violet Red #BB1699

Tints of Medium Violet Red #BB1699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.27%

R = 51.66%
G = 6.08%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB1699 (or 0xBB1699) is known color: Medium Violet Red. HEX triplet: BB, 16 and 99. RGB value is (187,22,153). Sum of RGB (Red+Green+Blue) = 187+22+153=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1699 is #44E966. Grayscale: #555555. Windows color (decimal): -4516199 or 10032827. OLE color: 10032827.

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

Color convert

RGB 187 22 153 -
CMYK 0 0.88 0.18 0.27
HSL 312.36º 0.79% 0.41% -
HSV(B) 312.36º 0.88% 0.73% -
XYZ 26.53 13.44 31.33 -
YUV 86.27 165.66 199.85 -
System Red Green Blue C M Y K H S L
Decimal 187 22 153 0 0.88 0.18 0.27 312.36 0.79 0.41
Hex BB 16 99 0 58 12 1B 138 4F 29
Octal 273 26 231 0 130 22 33 470 117 51
Binary 10111011 10110 10011001 0 1011000 10010 11011 100111000 1001111 101001

Color Harmonies of #BB1699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1699

Black with #BB1699

Text Example


Text Example

White with #BB1699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1699; }

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

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

background-color css

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

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

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

border-color css

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

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

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