Html Css Color HEX #B10EA5 Medium Violet Red

📋 copy color: '#B10EA5'

red 177 ◦ green 14 ◦ blue 165

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

Shades of Medium Violet Red #B10EA5

Tints of Medium Violet Red #B10EA5

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.93%

 BLUE value IS 165 (64.84% from 255) = 46.35%

R = 49.72%
G = 3.93%
B = 46.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B10EA5 (or 0xB10EA5) is known color: Medium Violet Red. HEX triplet: B1, 0E and A5. RGB value is (177,14,165). Sum of RGB (Red+Green+Blue) = 177+14+165=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 165 (64.84% from 255 or 46.35% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B10EA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10EA5 is #4EF15A. Grayscale: #4F4F4F. Windows color (decimal): -5173595 or 10817201. OLE color: 10817201.

HSL color Cylindrical-coordinate representation of color #B10EA5: hue angle of 304.42º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10EA5 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 14 165 -
CMYK 0 0.92 0.07 0.31
HSL 304.42º 0.85% 0.37% -
HSV(B) 304.42º 0.92% 0.69% -
XYZ 25.08 12.38 36.66 -
YUV 79.95 176 197.22 -
System Red Green Blue C M Y K H S L
Decimal 177 14 165 0 0.92 0.07 0.31 304.42 0.85 0.37
Hex B1 E A5 0 5C 7 1F 130 55 25
Octal 261 16 245 0 134 7 37 460 125 45
Binary 10110001 1110 10100101 0 1011100 111 11111 100110000 1010101 100101

Color Harmonies of #B10EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10EA5

Black with #B10EA5

Text Example


Text Example

White with #B10EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10EA5; }

 p { color: rgb(177,14,165); }

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

background-color css

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

 a { background-color: rgb(177,14,165); }

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

border-color css

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

 span { border-color: rgb(177,14,165); }

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