Html Css Color HEX #B10EA3 Medium Violet Red

📋 copy color: '#B10EA3'

red 177 ◦ green 14 ◦ blue 163

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

Shades of Medium Violet Red #B10EA3

Tints of Medium Violet Red #B10EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 46.05%

R = 50%
G = 3.95%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B10EA3 (or 0xB10EA3) is known color: Medium Violet Red. HEX triplet: B1, 0E and A3. RGB value is (177,14,163). Sum of RGB (Red+Green+Blue) = 177+14+163=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 163 (64.06% from 255 or 46.05% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B10EA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10EA3 is #4EF15C. Grayscale: #4F4F4F. Windows color (decimal): -5173597 or 10686129. OLE color: 10686129.

HSL color Cylindrical-coordinate representation of color #B10EA3: hue angle of 305.15º 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 #B10EA3 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 14 163 -
CMYK 0 0.92 0.08 0.31
HSL 305.15º 0.85% 0.37% -
HSV(B) 305.15º 0.92% 0.69% -
XYZ 24.9 12.31 35.71 -
YUV 79.72 175 197.38 -
System Red Green Blue C M Y K H S L
Decimal 177 14 163 0 0.92 0.08 0.31 305.15 0.85 0.37
Hex B1 E A3 0 5C 8 1F 131 55 25
Octal 261 16 243 0 134 10 37 461 125 45
Binary 10110001 1110 10100011 0 1011100 1000 11111 100110001 1010101 100101

Color Harmonies of #B10EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10EA3

Black with #B10EA3

Text Example


Text Example

White with #B10EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10EA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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