Html Css Color HEX #BB1076 Medium Violet Red

📋 copy color: '#BB1076'

red 187 ◦ green 16 ◦ blue 118

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

Shades of Medium Violet Red #BB1076

Tints of Medium Violet Red #BB1076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.76%

R = 58.26%
G = 4.98%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB1076 (or 0xBB1076) is known color: Medium Violet Red. HEX triplet: BB, 10 and 76. RGB value is (187,16,118). Sum of RGB (Red+Green+Blue) = 187+16+118=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1076 is #44EF89. Grayscale: #4E4E4E. Windows color (decimal): -4517770 or 7737531. OLE color: 7737531.

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

Color convert

RGB 187 16 118 -
CMYK 0 0.91 0.37 0.27
HSL 324.21º 0.84% 0.4% -
HSV(B) 324.21º 0.91% 0.73% -
XYZ 23.95 12.24 18.24 -
YUV 78.76 150.15 205.21 -
System Red Green Blue C M Y K H S L
Decimal 187 16 118 0 0.91 0.37 0.27 324.21 0.84 0.4
Hex BB 10 76 0 5B 25 1B 144 54 28
Octal 273 20 166 0 133 45 33 504 124 50
Binary 10111011 10000 1110110 0 1011011 100101 11011 101000100 1010100 101000

Color Harmonies of #BB1076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1076

Black with #BB1076

Text Example


Text Example

White with #BB1076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1076; }

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

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

background-color css

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

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

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

border-color css

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

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

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