Html Css Color HEX #BB1089 Medium Violet Red

📋 copy color: '#BB1089'

red 187 ◦ green 16 ◦ blue 137

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

Shades of Medium Violet Red #BB1089

Tints of Medium Violet Red #BB1089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 40.29%

R = 55%
G = 4.71%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB1089 (or 0xBB1089) is known color: Medium Violet Red. HEX triplet: BB, 10 and 89. RGB value is (187,16,137). Sum of RGB (Red+Green+Blue) = 187+16+137=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1089 is #44EF76. Grayscale: #505050. Windows color (decimal): -4517751 or 8982715. OLE color: 8982715.

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

Color convert

RGB 187 16 137 -
CMYK 0 0.91 0.27 0.27
HSL 317.54º 0.84% 0.4% -
HSV(B) 317.54º 0.91% 0.73% -
XYZ 25.19 12.74 24.8 -
YUV 80.92 159.65 203.66 -
System Red Green Blue C M Y K H S L
Decimal 187 16 137 0 0.91 0.27 0.27 317.54 0.84 0.4
Hex BB 10 89 0 5B 1B 1B 13E 54 28
Octal 273 20 211 0 133 33 33 476 124 50
Binary 10111011 10000 10001001 0 1011011 11011 11011 100111110 1010100 101000

Color Harmonies of #BB1089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1089

Black with #BB1089

Text Example


Text Example

White with #BB1089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1089; }

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

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

background-color css

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

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

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

border-color css

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

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

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