Html Css Color HEX #BB1072 Medium Violet Red

📋 copy color: '#BB1072'

red 187 ◦ green 16 ◦ blue 114

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

Shades of Medium Violet Red #BB1072

Tints of Medium Violet Red #BB1072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.96%

R = 58.99%
G = 5.05%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB1072 (or 0xBB1072) is known color: Medium Violet Red. HEX triplet: BB, 10 and 72. RGB value is (187,16,114). Sum of RGB (Red+Green+Blue) = 187+16+114=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1072 is #44EF8D. Grayscale: #4E4E4E. Windows color (decimal): -4517774 or 7475387. OLE color: 7475387.

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

Color convert

RGB 187 16 114 -
CMYK 0 0.91 0.39 0.27
HSL 325.61º 0.84% 0.4% -
HSV(B) 325.61º 0.91% 0.73% -
XYZ 23.72 12.15 17.01 -
YUV 78.3 148.15 205.53 -
System Red Green Blue C M Y K H S L
Decimal 187 16 114 0 0.91 0.39 0.27 325.61 0.84 0.4
Hex BB 10 72 0 5B 27 1B 146 54 28
Octal 273 20 162 0 133 47 33 506 124 50
Binary 10111011 10000 1110010 0 1011011 100111 11011 101000110 1010100 101000

Color Harmonies of #BB1072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1072

Black with #BB1072

Text Example


Text Example

White with #BB1072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1072; }

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

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

background-color css

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

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

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

border-color css

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

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

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