Html Css Color HEX #BB1077 Medium Violet Red

📋 copy color: '#BB1077'

red 187 ◦ green 16 ◦ blue 119

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

Shades of Medium Violet Red #BB1077

Tints of Medium Violet Red #BB1077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.96%

R = 58.07%
G = 4.97%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB1077 (or 0xBB1077) is known color: Medium Violet Red. HEX triplet: BB, 10 and 77. RGB value is (187,16,119). Sum of RGB (Red+Green+Blue) = 187+16+119=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1077 is #44EF88. Grayscale: #4E4E4E. Windows color (decimal): -4517769 or 7803067. OLE color: 7803067.

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

Color convert

RGB 187 16 119 -
CMYK 0 0.91 0.36 0.27
HSL 323.86º 0.84% 0.4% -
HSV(B) 323.86º 0.91% 0.73% -
XYZ 24.01 12.27 18.56 -
YUV 78.87 150.65 205.12 -
System Red Green Blue C M Y K H S L
Decimal 187 16 119 0 0.91 0.36 0.27 323.86 0.84 0.4
Hex BB 10 77 0 5B 24 1B 144 54 28
Octal 273 20 167 0 133 44 33 504 124 50
Binary 10111011 10000 1110111 0 1011011 100100 11011 101000100 1010100 101000

Color Harmonies of #BB1077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1077

Black with #BB1077

Text Example


Text Example

White with #BB1077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1077; }

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

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

background-color css

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

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

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

border-color css

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

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

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