Html Css Color HEX #BB1696 Medium Violet Red

📋 copy color: '#BB1696'

red 187 ◦ green 22 ◦ blue 150

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

Shades of Medium Violet Red #BB1696

Tints of Medium Violet Red #BB1696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.78%

R = 52.09%
G = 6.13%
B = 41.78%

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

#BB1696 (or 0xBB1696) is known color: Medium Violet Red. HEX triplet: BB, 16 and 96. RGB value is (187,22,150). Sum of RGB (Red+Green+Blue) = 187+22+150=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 22 (8.98% from 255 or 6.13% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1696 is #44E969. Grayscale: #555555. Windows color (decimal): -4516202 or 9836219. OLE color: 9836219.

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

Color convert

RGB 187 22 150 -
CMYK 0 0.88 0.20 0.27
HSL 313.45º 0.79% 0.41% -
HSV(B) 313.45º 0.88% 0.73% -
XYZ 26.29 13.34 30.04 -
YUV 85.93 164.16 200.09 -
System Red Green Blue C M Y K H S L
Decimal 187 22 150 0 0.88 0.20 0.27 313.45 0.79 0.41
Hex BB 16 96 0 58 14 1B 139 4F 29
Octal 273 26 226 0 130 24 33 471 117 51
Binary 10111011 10110 10010110 0 1011000 10100 11011 100111001 1001111 101001

Color Harmonies of #BB1696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1696

Black with #BB1696

Text Example


Text Example

White with #BB1696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1696; }

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

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

background-color css

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

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

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

border-color css

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

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

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