Html Css Color HEX #BB149C Medium Violet Red

📋 copy color: '#BB149C'

red 187 ◦ green 20 ◦ blue 156

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

Shades of Medium Violet Red #BB149C

Tints of Medium Violet Red #BB149C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.51%

 BLUE value IS 156 (61.33% from 255) = 42.98%

R = 51.52%
G = 5.51%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB149C (or 0xBB149C) is known color: Medium Violet Red. HEX triplet: BB, 14 and 9C. RGB value is (187,20,156). Sum of RGB (Red+Green+Blue) = 187+20+156=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB149C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB149C is #44EB63. Grayscale: #555555. Windows color (decimal): -4516708 or 10228923. OLE color: 10228923.

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

Color convert

RGB 187 20 156 -
CMYK 0 0.89 0.17 0.27
HSL 311.14º 0.81% 0.41% -
HSV(B) 311.14º 0.89% 0.73% -
XYZ 26.74 13.47 32.64 -
YUV 85.44 167.83 200.44 -
System Red Green Blue C M Y K H S L
Decimal 187 20 156 0 0.89 0.17 0.27 311.14 0.81 0.41
Hex BB 14 9C 0 59 11 1B 137 51 29
Octal 273 24 234 0 131 21 33 467 121 51
Binary 10111011 10100 10011100 0 1011001 10001 11011 100110111 1010001 101001

Color Harmonies of #BB149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB149C

Black with #BB149C

Text Example


Text Example

White with #BB149C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB149C; }

 p { color: rgb(187,20,156); }

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

background-color css

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

 a { background-color: rgb(187,20,156); }

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

border-color css

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

 span { border-color: rgb(187,20,156); }

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