Html Css Color HEX #BB17A1 Medium Violet Red

📋 copy color: '#BB17A1'

red 187 ◦ green 23 ◦ blue 161

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

Shades of Medium Violet Red #BB17A1

Tints of Medium Violet Red #BB17A1

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.2%

 BLUE value IS 161 (63.28% from 255) = 43.4%

R = 50.4%
G = 6.2%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BB17A1 (or 0xBB17A1) is known color: Medium Violet Red. HEX triplet: BB, 17 and A1. RGB value is (187,23,161). Sum of RGB (Red+Green+Blue) = 187+23+161=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB17A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB17A1 is #44E85E. Grayscale: #575757. Windows color (decimal): -4515935 or 10557371. OLE color: 10557371.

HSL color Cylindrical-coordinate representation of color #BB17A1: hue angle of 309.51º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB17A1 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 23 161 -
CMYK 0 0.88 0.14 0.27
HSL 309.51º 0.78% 0.41% -
HSV(B) 309.51º 0.88% 0.73% -
XYZ 27.23 13.75 34.94 -
YUV 87.77 169.33 198.78 -
System Red Green Blue C M Y K H S L
Decimal 187 23 161 0 0.88 0.14 0.27 309.51 0.78 0.41
Hex BB 17 A1 0 58 E 1B 136 4E 29
Octal 273 27 241 0 130 16 33 466 116 51
Binary 10111011 10111 10100001 0 1011000 1110 11011 100110110 1001110 101001

Color Harmonies of #BB17A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB17A1

Black with #BB17A1

Text Example


Text Example

White with #BB17A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB17A1; }

 p { color: rgb(187,23,161); }

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

background-color css

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

 a { background-color: rgb(187,23,161); }

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

border-color css

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

 span { border-color: rgb(187,23,161); }

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