Html Css Color HEX #BB1091 Medium Violet Red

📋 copy color: '#BB1091'

red 187 ◦ green 16 ◦ blue 145

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

Shades of Medium Violet Red #BB1091

Tints of Medium Violet Red #BB1091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.67%

R = 53.74%
G = 4.6%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB1091 (or 0xBB1091) is known color: Medium Violet Red. HEX triplet: BB, 10 and 91. RGB value is (187,16,145). Sum of RGB (Red+Green+Blue) = 187+16+145=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1091 is #44EF6E. Grayscale: #515151. Windows color (decimal): -4517743 or 9507003. OLE color: 9507003.

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

Color convert

RGB 187 16 145 -
CMYK 0 0.91 0.22 0.27
HSL 314.74º 0.84% 0.4% -
HSV(B) 314.74º 0.91% 0.73% -
XYZ 25.79 12.98 27.93 -
YUV 81.84 163.65 203.01 -
System Red Green Blue C M Y K H S L
Decimal 187 16 145 0 0.91 0.22 0.27 314.74 0.84 0.4
Hex BB 10 91 0 5B 16 1B 13B 54 28
Octal 273 20 221 0 133 26 33 473 124 50
Binary 10111011 10000 10010001 0 1011011 10110 11011 100111011 1010100 101000

Color Harmonies of #BB1091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1091

Black with #BB1091

Text Example


Text Example

White with #BB1091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1091; }

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

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

background-color css

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

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

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

border-color css

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

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

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