Html Css Color HEX #BB0575 Medium Violet Red

📋 copy color: '#BB0575'

red 187 ◦ green 5 ◦ blue 117

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

Shades of Medium Violet Red #BB0575

Tints of Medium Violet Red #BB0575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.86%

R = 60.52%
G = 1.62%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB0575 (or 0xBB0575) is known color: Medium Violet Red. HEX triplet: BB, 05 and 75. RGB value is (187,5,117). Sum of RGB (Red+Green+Blue) = 187+5+117=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0575 is #44FA8A. Grayscale: #474747. Windows color (decimal): -4520587 or 7669179. OLE color: 7669179.

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

Color convert

RGB 187 5 117 -
CMYK 0 0.97 0.37 0.27
HSL 323.08º 0.95% 0.38% -
HSV(B) 323.08º 0.97% 0.73% -
XYZ 23.76 11.96 17.89 -
YUV 72.19 153.3 209.89 -
System Red Green Blue C M Y K H S L
Decimal 187 5 117 0 0.97 0.37 0.27 323.08 0.95 0.38
Hex BB 5 75 0 61 25 1B 143 5F 26
Octal 273 5 165 0 141 45 33 503 137 46
Binary 10111011 101 1110101 0 1100001 100101 11011 101000011 1011111 100110

Color Harmonies of #BB0575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0575

Black with #BB0575

Text Example


Text Example

White with #BB0575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0575; }

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

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

background-color css

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

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

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

border-color css

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

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

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