Html Css Color HEX #BB0574 Medium Violet Red

📋 copy color: '#BB0574'

red 187 ◦ green 5 ◦ blue 116

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

Shades of Medium Violet Red #BB0574

Tints of Medium Violet Red #BB0574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.66%

R = 60.71%
G = 1.62%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB0574 (or 0xBB0574) is known color: Medium Violet Red. HEX triplet: BB, 05 and 74. RGB value is (187,5,116). Sum of RGB (Red+Green+Blue) = 187+5+116=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0574 is #44FA8B. Grayscale: #474747. Windows color (decimal): -4520588 or 7603643. OLE color: 7603643.

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

Color convert

RGB 187 5 116 -
CMYK 0 0.97 0.38 0.27
HSL 323.41º 0.95% 0.38% -
HSV(B) 323.41º 0.97% 0.73% -
XYZ 23.7 11.93 17.58 -
YUV 72.07 152.8 209.97 -
System Red Green Blue C M Y K H S L
Decimal 187 5 116 0 0.97 0.38 0.27 323.41 0.95 0.38
Hex BB 5 74 0 61 26 1B 143 5F 26
Octal 273 5 164 0 141 46 33 503 137 46
Binary 10111011 101 1110100 0 1100001 100110 11011 101000011 1011111 100110

Color Harmonies of #BB0574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0574

Black with #BB0574

Text Example


Text Example

White with #BB0574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0574; }

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

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

background-color css

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

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

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

border-color css

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

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

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