Html Css Color HEX #BB1099 Medium Violet Red

📋 copy color: '#BB1099'

red 187 ◦ green 16 ◦ blue 153

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

Shades of Medium Violet Red #BB1099

Tints of Medium Violet Red #BB1099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.49%

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

R = 52.53%
G = 4.49%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB1099 (or 0xBB1099) is known color: Medium Violet Red. HEX triplet: BB, 10 and 99. RGB value is (187,16,153). Sum of RGB (Red+Green+Blue) = 187+16+153=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1099 is #44EF66. Grayscale: #525252. Windows color (decimal): -4517735 or 10031291. OLE color: 10031291.

HSL color Cylindrical-coordinate representation of color #BB1099: hue angle of 311.93º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1099 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 16 153 -
CMYK 0 0.91 0.18 0.27
HSL 311.93º 0.84% 0.4% -
HSV(B) 311.93º 0.91% 0.73% -
XYZ 26.43 13.24 31.3 -
YUV 82.75 167.65 202.36 -
System Red Green Blue C M Y K H S L
Decimal 187 16 153 0 0.91 0.18 0.27 311.93 0.84 0.4
Hex BB 10 99 0 5B 12 1B 138 54 28
Octal 273 20 231 0 133 22 33 470 124 50
Binary 10111011 10000 10011001 0 1011011 10010 11011 100111000 1010100 101000

Color Harmonies of #BB1099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1099

Black with #BB1099

Text Example


Text Example

White with #BB1099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1099; }

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

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

background-color css

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

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

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

border-color css

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

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

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