Html Css Color HEX #B10FA4 Medium Violet Red

📋 copy color: '#B10FA4'

red 177 ◦ green 15 ◦ blue 164

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

Shades of Medium Violet Red #B10FA4

Tints of Medium Violet Red #B10FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 46.07%

R = 49.72%
G = 4.21%
B = 46.07%

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

#B10FA4 (or 0xB10FA4) is known color: Medium Violet Red. HEX triplet: B1, 0F and A4. RGB value is (177,15,164). Sum of RGB (Red+Green+Blue) = 177+15+164=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B10FA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10FA4 is #4EF05B. Grayscale: #4F4F4F. Windows color (decimal): -5173340 or 10751921. OLE color: 10751921.

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

Color convert

RGB 177 15 164 -
CMYK 0 0.92 0.07 0.31
HSL 304.81º 0.84% 0.38% -
HSV(B) 304.81º 0.92% 0.69% -
XYZ 25 12.37 36.19 -
YUV 80.42 175.17 196.88 -
System Red Green Blue C M Y K H S L
Decimal 177 15 164 0 0.92 0.07 0.31 304.81 0.84 0.38
Hex B1 F A4 0 5C 7 1F 131 54 26
Octal 261 17 244 0 134 7 37 461 124 46
Binary 10110001 1111 10100100 0 1011100 111 11111 100110001 1010100 100110

Color Harmonies of #B10FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10FA4

Black with #B10FA4

Text Example


Text Example

White with #B10FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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