Html Css Color HEX #BB0471 Medium Violet Red

📋 copy color: '#BB0471'

red 187 ◦ green 4 ◦ blue 113

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

Shades of Medium Violet Red #BB0471

Tints of Medium Violet Red #BB0471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

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

R = 61.51%
G = 1.32%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB0471 (or 0xBB0471) is known color: Medium Violet Red. HEX triplet: BB, 04 and 71. RGB value is (187,4,113). Sum of RGB (Red+Green+Blue) = 187+4+113=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0471 is #44FB8E. Grayscale: #464646. Windows color (decimal): -4520847 or 7406779. OLE color: 7406779.

HSL color Cylindrical-coordinate representation of color #BB0471: hue angle of 324.26º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0471 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 4 113 -
CMYK 0 0.98 0.40 0.27
HSL 324.26º 0.96% 0.37% -
HSV(B) 324.26º 0.98% 0.73% -
XYZ 23.52 11.84 16.67 -
YUV 71.14 151.63 210.64 -
System Red Green Blue C M Y K H S L
Decimal 187 4 113 0 0.98 0.40 0.27 324.26 0.96 0.37
Hex BB 4 71 0 62 28 1B 144 60 25
Octal 273 4 161 0 142 50 33 504 140 45
Binary 10111011 100 1110001 0 1100010 101000 11011 101000100 1100000 100101

Color Harmonies of #BB0471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0471

Black with #BB0471

Text Example


Text Example

White with #BB0471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0471; }

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

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

background-color css

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

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

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

border-color css

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

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

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