Html Css Color HEX #BB316F Medium Red Violet

📋 copy color: '#BB316F'

red 187 ◦ green 49 ◦ blue 111

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

Shades of Medium Red Violet #BB316F

Tints of Medium Red Violet #BB316F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.99%

R = 53.89%
G = 14.12%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB316F (or 0xBB316F) is known color: Medium Red Violet. HEX triplet: BB, 31 and 6F. RGB value is (187,49,111). Sum of RGB (Red+Green+Blue) = 187+49+111=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB316F is #44CE90. Grayscale: #616161. Windows color (decimal): -4509329 or 7287227. OLE color: 7287227.

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

Color convert

RGB 187 49 111 -
CMYK 0 0.74 0.41 0.27
HSL 333.04º 0.58% 0.46% -
HSV(B) 333.04º 0.74% 0.73% -
XYZ 24.46 13.91 16.43 -
YUV 97.33 135.72 191.96 -
System Red Green Blue C M Y K H S L
Decimal 187 49 111 0 0.74 0.41 0.27 333.04 0.58 0.46
Hex BB 31 6F 0 4A 29 1B 14D 3A 2E
Octal 273 61 157 0 112 51 33 515 72 56
Binary 10111011 110001 1101111 0 1001010 101001 11011 101001101 111010 101110

Color Harmonies of #BB316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB316F

Black with #BB316F

Text Example


Text Example

White with #BB316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB316F; }

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

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

background-color css

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

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

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

border-color css

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

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

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