Html Css Color HEX #BB0571 Medium Violet Red

📋 copy color: '#BB0571'

red 187 ◦ green 5 ◦ blue 113

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

Shades of Medium Violet Red #BB0571

Tints of Medium Violet Red #BB0571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.05%

R = 61.31%
G = 1.64%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB0571 (or 0xBB0571) is known color: Medium Violet Red. HEX triplet: BB, 05 and 71. RGB value is (187,5,113). Sum of RGB (Red+Green+Blue) = 187+5+113=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0571 is #44FA8E. Grayscale: #474747. Windows color (decimal): -4520591 or 7407035. OLE color: 7407035.

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

Color convert

RGB 187 5 113 -
CMYK 0 0.97 0.40 0.27
HSL 324.4º 0.95% 0.38% -
HSV(B) 324.4º 0.97% 0.73% -
XYZ 23.53 11.87 16.67 -
YUV 71.73 151.3 210.22 -
System Red Green Blue C M Y K H S L
Decimal 187 5 113 0 0.97 0.40 0.27 324.4 0.95 0.38
Hex BB 5 71 0 61 28 1B 144 5F 26
Octal 273 5 161 0 141 50 33 504 137 46
Binary 10111011 101 1110001 0 1100001 101000 11011 101000100 1011111 100110

Color Harmonies of #BB0571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0571

Black with #BB0571

Text Example


Text Example

White with #BB0571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0571; }

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

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

background-color css

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

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

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

border-color css

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

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

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