Html Css Color HEX #BB147F Medium Violet Red

📋 copy color: '#BB147F'

red 187 ◦ green 20 ◦ blue 127

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

Shades of Medium Violet Red #BB147F

Tints of Medium Violet Red #BB147F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.02%

R = 55.99%
G = 5.99%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB147F (or 0xBB147F) is known color: Medium Violet Red. HEX triplet: BB, 14 and 7F. RGB value is (187,20,127). Sum of RGB (Red+Green+Blue) = 187+20+127=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB147F is #44EB80. Grayscale: #515151. Windows color (decimal): -4516737 or 8328379. OLE color: 8328379.

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

Color convert

RGB 187 20 127 -
CMYK 0 0.89 0.32 0.27
HSL 321.56º 0.81% 0.41% -
HSV(B) 321.56º 0.89% 0.73% -
XYZ 24.57 12.6 21.22 -
YUV 82.13 153.33 202.8 -
System Red Green Blue C M Y K H S L
Decimal 187 20 127 0 0.89 0.32 0.27 321.56 0.81 0.41
Hex BB 14 7F 0 59 20 1B 142 51 29
Octal 273 24 177 0 131 40 33 502 121 51
Binary 10111011 10100 1111111 0 1011001 100000 11011 101000010 1010001 101001

Color Harmonies of #BB147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB147F

Black with #BB147F

Text Example


Text Example

White with #BB147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB147F; }

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

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

background-color css

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

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

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

border-color css

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

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

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