Html Css Color HEX #BB058D Medium Violet Red

📋 copy color: '#BB058D'

red 187 ◦ green 5 ◦ blue 141

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

Shades of Medium Violet Red #BB058D

Tints of Medium Violet Red #BB058D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.5%

 BLUE value IS 141 (55.47% from 255) = 42.34%

R = 56.16%
G = 1.5%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB058D (or 0xBB058D) is known color: Medium Violet Red. HEX triplet: BB, 05 and 8D. RGB value is (187,5,141). Sum of RGB (Red+Green+Blue) = 187+5+141=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB058D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB058D is #44FA72. Grayscale: #4A4A4A. Windows color (decimal): -4520563 or 9242043. OLE color: 9242043.

HSL color Cylindrical-coordinate representation of color #BB058D: hue angle of 315.16º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB058D is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 5 141 -
CMYK 0 0.97 0.25 0.27
HSL 315.16º 0.95% 0.38% -
HSV(B) 315.16º 0.97% 0.73% -
XYZ 25.36 12.6 26.29 -
YUV 74.92 165.3 207.94 -
System Red Green Blue C M Y K H S L
Decimal 187 5 141 0 0.97 0.25 0.27 315.16 0.95 0.38
Hex BB 5 8D 0 61 19 1B 13B 5F 26
Octal 273 5 215 0 141 31 33 473 137 46
Binary 10111011 101 10001101 0 1100001 11001 11011 100111011 1011111 100110

Color Harmonies of #BB058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB058D

Black with #BB058D

Text Example


Text Example

White with #BB058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB058D; }

 p { color: rgb(187,5,141); }

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

background-color css

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

 a { background-color: rgb(187,5,141); }

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

border-color css

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

 span { border-color: rgb(187,5,141); }

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