Html Css Color HEX #BB0593 Medium Violet Red

📋 copy color: '#BB0593'

red 187 ◦ green 5 ◦ blue 147

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

Shades of Medium Violet Red #BB0593

Tints of Medium Violet Red #BB0593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.36%

R = 55.16%
G = 1.47%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB0593 (or 0xBB0593) is known color: Medium Violet Red. HEX triplet: BB, 05 and 93. RGB value is (187,5,147). Sum of RGB (Red+Green+Blue) = 187+5+147=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0593 is #44FA6C. Grayscale: #4B4B4B. Windows color (decimal): -4520557 or 9635259. OLE color: 9635259.

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

Color convert

RGB 187 5 147 -
CMYK 0 0.97 0.21 0.27
HSL 313.19º 0.95% 0.38% -
HSV(B) 313.19º 0.97% 0.73% -
XYZ 25.81 12.78 28.71 -
YUV 75.61 168.3 207.45 -
System Red Green Blue C M Y K H S L
Decimal 187 5 147 0 0.97 0.21 0.27 313.19 0.95 0.38
Hex BB 5 93 0 61 15 1B 139 5F 26
Octal 273 5 223 0 141 25 33 471 137 46
Binary 10111011 101 10010011 0 1100001 10101 11011 100111001 1011111 100110

Color Harmonies of #BB0593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0593

Black with #BB0593

Text Example


Text Example

White with #BB0593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0593; }

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

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

background-color css

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

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

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

border-color css

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

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

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