Html Css Color HEX #BB157D Medium Violet Red

📋 copy color: '#BB157D'

red 187 ◦ green 21 ◦ blue 125

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

Shades of Medium Violet Red #BB157D

Tints of Medium Violet Red #BB157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.54%

R = 56.16%
G = 6.31%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB157D (or 0xBB157D) is known color: Medium Violet Red. HEX triplet: BB, 15 and 7D. RGB value is (187,21,125). Sum of RGB (Red+Green+Blue) = 187+21+125=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB157D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB157D is #44EA82. Grayscale: #525252. Windows color (decimal): -4516483 or 8197563. OLE color: 8197563.

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

Color convert

RGB 187 21 125 -
CMYK 0 0.89 0.33 0.27
HSL 322.41º 0.8% 0.41% -
HSV(B) 322.41º 0.89% 0.73% -
XYZ 24.46 12.58 20.54 -
YUV 82.49 152 202.54 -
System Red Green Blue C M Y K H S L
Decimal 187 21 125 0 0.89 0.33 0.27 322.41 0.8 0.41
Hex BB 15 7D 0 59 21 1B 142 50 29
Octal 273 25 175 0 131 41 33 502 120 51
Binary 10111011 10101 1111101 0 1011001 100001 11011 101000010 1010000 101001

Color Harmonies of #BB157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB157D

Black with #BB157D

Text Example


Text Example

White with #BB157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB157D; }

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

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

background-color css

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

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

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

border-color css

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

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

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