Html Css Color HEX #B10FA3 Medium Violet Red

📋 copy color: '#B10FA3'

red 177 ◦ green 15 ◦ blue 163

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

Shades of Medium Violet Red #B10FA3

Tints of Medium Violet Red #B10FA3

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.23%

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

R = 49.86%
G = 4.23%
B = 45.92%

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

#B10FA3 (or 0xB10FA3) is known color: Medium Violet Red. HEX triplet: B1, 0F and A3. RGB value is (177,15,163). Sum of RGB (Red+Green+Blue) = 177+15+163=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B10FA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10FA3 is #4EF05C. Grayscale: #4F4F4F. Windows color (decimal): -5173341 or 10686385. OLE color: 10686385.

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

Color convert

RGB 177 15 163 -
CMYK 0 0.92 0.08 0.31
HSL 305.19º 0.84% 0.38% -
HSV(B) 305.19º 0.92% 0.69% -
XYZ 24.91 12.33 35.72 -
YUV 80.31 174.67 196.97 -
System Red Green Blue C M Y K H S L
Decimal 177 15 163 0 0.92 0.08 0.31 305.19 0.84 0.38
Hex B1 F A3 0 5C 8 1F 131 54 26
Octal 261 17 243 0 134 10 37 461 124 46
Binary 10110001 1111 10100011 0 1011100 1000 11111 100110001 1010100 100110

Color Harmonies of #B10FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10FA3

Black with #B10FA3

Text Example


Text Example

White with #B10FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10FA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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