Html Css Color HEX #BB157F Medium Violet Red

📋 copy color: '#BB157F'

red 187 ◦ green 21 ◦ blue 127

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

Shades of Medium Violet Red #BB157F

Tints of Medium Violet Red #BB157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.27%

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

R = 55.82%
G = 6.27%
B = 37.91%

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

#BB157F (or 0xBB157F) is known color: Medium Violet Red. HEX triplet: BB, 15 and 7F. RGB value is (187,21,127). Sum of RGB (Red+Green+Blue) = 187+21+127=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB157F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB157F is #44EA80. Grayscale: #525252. Windows color (decimal): -4516481 or 8328635. OLE color: 8328635.

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

Color convert

RGB 187 21 127 -
CMYK 0 0.89 0.32 0.27
HSL 321.69º 0.8% 0.41% -
HSV(B) 321.69º 0.89% 0.73% -
XYZ 24.59 12.63 21.22 -
YUV 82.72 153 202.38 -
System Red Green Blue C M Y K H S L
Decimal 187 21 127 0 0.89 0.32 0.27 321.69 0.8 0.41
Hex BB 15 7F 0 59 20 1B 142 50 29
Octal 273 25 177 0 131 40 33 502 120 51
Binary 10111011 10101 1111111 0 1011001 100000 11011 101000010 1010000 101001

Color Harmonies of #BB157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB157F

Black with #BB157F

Text Example


Text Example

White with #BB157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB157F; }

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

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

background-color css

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

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

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

border-color css

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

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

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