Html Css Color HEX #B10592 Medium Violet Red

📋 copy color: '#B10592'

red 177 ◦ green 5 ◦ blue 146

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

Shades of Medium Violet Red #B10592

Tints of Medium Violet Red #B10592

RGB

 RED value IS 177 (69.53% from 255) = 53.96%

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

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

R = 53.96%
G = 1.52%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B10592 (or 0xB10592) is known color: Medium Violet Red. HEX triplet: B1, 05 and 92. RGB value is (177,5,146). Sum of RGB (Red+Green+Blue) = 177+5+146=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B10592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10592 is #4EFA6D. Grayscale: #484848. Windows color (decimal): -5175918 or 9569713. OLE color: 9569713.

HSL color Cylindrical-coordinate representation of color #B10592: hue angle of 310.81º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B10592 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 5 146 -
CMYK 0 0.97 0.18 0.31
HSL 310.81º 0.95% 0.36% -
HSV(B) 310.81º 0.97% 0.69% -
XYZ 23.37 11.53 28.19 -
YUV 72.5 169.48 202.54 -
System Red Green Blue C M Y K H S L
Decimal 177 5 146 0 0.97 0.18 0.31 310.81 0.95 0.36
Hex B1 5 92 0 61 12 1F 137 5F 24
Octal 261 5 222 0 141 22 37 467 137 44
Binary 10110001 101 10010010 0 1100001 10010 11111 100110111 1011111 100100

Color Harmonies of #B10592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10592

Black with #B10592

Text Example


Text Example

White with #B10592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10592; }

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

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

background-color css

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

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

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

border-color css

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

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

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