Html Css Color HEX #BB3172 Medium Red Violet

📋 copy color: '#BB3172'

red 187 ◦ green 49 ◦ blue 114

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

Shades of Medium Red Violet #BB3172

Tints of Medium Red Violet #BB3172

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14%

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

R = 53.43%
G = 14%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB3172 (or 0xBB3172) is known color: Medium Red Violet. HEX triplet: BB, 31 and 72. RGB value is (187,49,114). Sum of RGB (Red+Green+Blue) = 187+49+114=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3172 is #44CE8D. Grayscale: #616161. Windows color (decimal): -4509326 or 7483835. OLE color: 7483835.

HSL color Cylindrical-coordinate representation of color #BB3172: hue angle of 331.74º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3172 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 49 114 -
CMYK 0 0.74 0.39 0.27
HSL 331.74º 0.58% 0.46% -
HSV(B) 331.74º 0.74% 0.73% -
XYZ 24.63 13.98 17.32 -
YUV 97.67 137.22 191.71 -
System Red Green Blue C M Y K H S L
Decimal 187 49 114 0 0.74 0.39 0.27 331.74 0.58 0.46
Hex BB 31 72 0 4A 27 1B 14C 3A 2E
Octal 273 61 162 0 112 47 33 514 72 56
Binary 10111011 110001 1110010 0 1001010 100111 11011 101001100 111010 101110

Color Harmonies of #BB3172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3172

Black with #BB3172

Text Example


Text Example

White with #BB3172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3172; }

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

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

background-color css

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

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

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

border-color css

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

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

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