Html Css Color HEX #BB1071 Medium Violet Red

📋 copy color: '#BB1071'

red 187 ◦ green 16 ◦ blue 113

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

Shades of Medium Violet Red #BB1071

Tints of Medium Violet Red #BB1071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.76%

R = 59.18%
G = 5.06%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB1071 (or 0xBB1071) is known color: Medium Violet Red. HEX triplet: BB, 10 and 71. RGB value is (187,16,113). Sum of RGB (Red+Green+Blue) = 187+16+113=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1071 is #44EF8E. Grayscale: #4D4D4D. Windows color (decimal): -4517775 or 7409851. OLE color: 7409851.

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

Color convert

RGB 187 16 113 -
CMYK 0 0.91 0.40 0.27
HSL 325.96º 0.84% 0.4% -
HSV(B) 325.96º 0.91% 0.73% -
XYZ 23.66 12.13 16.72 -
YUV 78.19 147.65 205.61 -
System Red Green Blue C M Y K H S L
Decimal 187 16 113 0 0.91 0.40 0.27 325.96 0.84 0.4
Hex BB 10 71 0 5B 28 1B 146 54 28
Octal 273 20 161 0 133 50 33 506 124 50
Binary 10111011 10000 1110001 0 1011011 101000 11011 101000110 1010100 101000

Color Harmonies of #BB1071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1071

Black with #BB1071

Text Example


Text Example

White with #BB1071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1071; }

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

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

background-color css

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

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

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

border-color css

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

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

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