Html Css Color HEX #BB1690 Medium Violet Red

📋 copy color: '#BB1690'

red 187 ◦ green 22 ◦ blue 144

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

Shades of Medium Violet Red #BB1690

Tints of Medium Violet Red #BB1690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.79%

R = 52.97%
G = 6.23%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BB1690 (or 0xBB1690) is known color: Medium Violet Red. HEX triplet: BB, 16 and 90. RGB value is (187,22,144). Sum of RGB (Red+Green+Blue) = 187+22+144=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1690 is #44E96F. Grayscale: #545454. Windows color (decimal): -4516208 or 9443003. OLE color: 9443003.

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

Color convert

RGB 187 22 144 -
CMYK 0 0.88 0.23 0.27
HSL 315.64º 0.79% 0.41% -
HSV(B) 315.64º 0.88% 0.73% -
XYZ 25.81 13.15 27.56 -
YUV 85.24 161.16 200.58 -
System Red Green Blue C M Y K H S L
Decimal 187 22 144 0 0.88 0.23 0.27 315.64 0.79 0.41
Hex BB 16 90 0 58 17 1B 13C 4F 29
Octal 273 26 220 0 130 27 33 474 117 51
Binary 10111011 10110 10010000 0 1011000 10111 11011 100111100 1001111 101001

Color Harmonies of #BB1690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1690

Black with #BB1690

Text Example


Text Example

White with #BB1690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1690; }

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

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

background-color css

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

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

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

border-color css

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

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

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