Html Css Color HEX #BB1372 Medium Violet Red

📋 copy color: '#BB1372'

red 187 ◦ green 19 ◦ blue 114

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

Shades of Medium Violet Red #BB1372

Tints of Medium Violet Red #BB1372

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.94%

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

R = 58.44%
G = 5.94%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB1372 (or 0xBB1372) is known color: Medium Violet Red. HEX triplet: BB, 13 and 72. RGB value is (187,19,114). Sum of RGB (Red+Green+Blue) = 187+19+114=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1372 is #44EC8D. Grayscale: #4F4F4F. Windows color (decimal): -4517006 or 7476155. OLE color: 7476155.

HSL color Cylindrical-coordinate representation of color #BB1372: hue angle of 326.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1372 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 19 114 -
CMYK 0 0.90 0.39 0.27
HSL 326.07º 0.82% 0.4% -
HSV(B) 326.07º 0.9% 0.73% -
XYZ 23.76 12.25 17.03 -
YUV 80.06 147.16 204.28 -
System Red Green Blue C M Y K H S L
Decimal 187 19 114 0 0.90 0.39 0.27 326.07 0.82 0.4
Hex BB 13 72 0 5A 27 1B 146 52 28
Octal 273 23 162 0 132 47 33 506 122 50
Binary 10111011 10011 1110010 0 1011010 100111 11011 101000110 1010010 101000

Color Harmonies of #BB1372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1372

Black with #BB1372

Text Example


Text Example

White with #BB1372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1372; }

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

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

background-color css

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

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

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

border-color css

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

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

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