Html Css Color HEX #BB0592 Medium Violet Red

📋 copy color: '#BB0592'

red 187 ◦ green 5 ◦ blue 146

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

Shades of Medium Violet Red #BB0592

Tints of Medium Violet Red #BB0592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.2%

R = 55.33%
G = 1.48%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB0592 (or 0xBB0592) is known color: Medium Violet Red. HEX triplet: BB, 05 and 92. RGB value is (187,5,146). Sum of RGB (Red+Green+Blue) = 187+5+146=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0592 is #44FA6D. Grayscale: #4B4B4B. Windows color (decimal): -4520558 or 9569723. OLE color: 9569723.

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

Color convert

RGB 187 5 146 -
CMYK 0 0.97 0.22 0.27
HSL 313.52º 0.95% 0.38% -
HSV(B) 313.52º 0.97% 0.73% -
XYZ 25.74 12.75 28.3 -
YUV 75.49 167.8 207.54 -
System Red Green Blue C M Y K H S L
Decimal 187 5 146 0 0.97 0.22 0.27 313.52 0.95 0.38
Hex BB 5 92 0 61 16 1B 13A 5F 26
Octal 273 5 222 0 141 26 33 472 137 46
Binary 10111011 101 10010010 0 1100001 10110 11011 100111010 1011111 100110

Color Harmonies of #BB0592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0592

Black with #BB0592

Text Example


Text Example

White with #BB0592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0592; }

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

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

background-color css

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

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

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

border-color css

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

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

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