Html Css Color HEX #BB147C Medium Violet Red

📋 copy color: '#BB147C'

red 187 ◦ green 20 ◦ blue 124

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

Shades of Medium Violet Red #BB147C

Tints of Medium Violet Red #BB147C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.46%

R = 56.5%
G = 6.04%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB147C (or 0xBB147C) is known color: Medium Violet Red. HEX triplet: BB, 14 and 7C. RGB value is (187,20,124). Sum of RGB (Red+Green+Blue) = 187+20+124=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB147C is #44EB83. Grayscale: #515151. Windows color (decimal): -4516740 or 8131771. OLE color: 8131771.

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

Color convert

RGB 187 20 124 -
CMYK 0 0.89 0.34 0.27
HSL 322.63º 0.81% 0.41% -
HSV(B) 322.63º 0.89% 0.73% -
XYZ 24.38 12.52 20.2 -
YUV 81.79 151.83 203.04 -
System Red Green Blue C M Y K H S L
Decimal 187 20 124 0 0.89 0.34 0.27 322.63 0.81 0.41
Hex BB 14 7C 0 59 22 1B 143 51 29
Octal 273 24 174 0 131 42 33 503 121 51
Binary 10111011 10100 1111100 0 1011001 100010 11011 101000011 1010001 101001

Color Harmonies of #BB147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB147C

Black with #BB147C

Text Example


Text Example

White with #BB147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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