Html Css Color HEX #BB31A9 Medium Red Violet

📋 copy color: '#BB31A9'

red 187 ◦ green 49 ◦ blue 169

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

Shades of Medium Red Violet #BB31A9

Tints of Medium Red Violet #BB31A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 41.73%

R = 46.17%
G = 12.1%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB31A9 (or 0xBB31A9) is known color: Medium Red Violet. HEX triplet: BB, 31 and A9. RGB value is (187,49,169). Sum of RGB (Red+Green+Blue) = 187+49+169=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 169 (66.41% from 255 or 41.73% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB31A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB31A9 is #44CE56. Grayscale: #676767. Windows color (decimal): -4509271 or 11088315. OLE color: 11088315.

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

Color convert

RGB 187 49 169 -
CMYK 0 0.74 0.10 0.27
HSL 307.83º 0.58% 0.46% -
HSV(B) 307.83º 0.74% 0.73% -
XYZ 28.75 15.63 39.04 -
YUV 103.94 164.72 187.24 -
System Red Green Blue C M Y K H S L
Decimal 187 49 169 0 0.74 0.10 0.27 307.83 0.58 0.46
Hex BB 31 A9 0 4A A 1B 134 3A 2E
Octal 273 61 251 0 112 12 33 464 72 56
Binary 10111011 110001 10101001 0 1001010 1010 11011 100110100 111010 101110

Color Harmonies of #BB31A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB31A9

Black with #BB31A9

Text Example


Text Example

White with #BB31A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB31A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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