Html Css Color HEX #B410A3 Medium Violet Red

📋 copy color: '#B410A3'

red 180 ◦ green 16 ◦ blue 163

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

Shades of Medium Violet Red #B410A3

Tints of Medium Violet Red #B410A3

RGB

 RED value IS 180 (70.7% from 255) = 50.14%

 GREEN value IS 16 (6.64% from 255) = 4.46%

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

R = 50.14%
G = 4.46%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B410A3 (or 0xB410A3) is known color: Medium Violet Red. HEX triplet: B4, 10 and A3. RGB value is (180,16,163). Sum of RGB (Red+Green+Blue) = 180+16+163=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B410A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B410A3 is #4BEF5C. Grayscale: #515151. Windows color (decimal): -4976477 or 10686644. OLE color: 10686644.

HSL color Cylindrical-coordinate representation of color #B410A3: hue angle of 306.22º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B410A3 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 16 163 -
CMYK 0 0.91 0.09 0.29
HSL 306.22º 0.84% 0.38% -
HSV(B) 306.22º 0.91% 0.71% -
XYZ 25.62 12.72 35.75 -
YUV 81.79 173.83 198.05 -
System Red Green Blue C M Y K H S L
Decimal 180 16 163 0 0.91 0.09 0.29 306.22 0.84 0.38
Hex B4 10 A3 0 5B 9 1D 132 54 26
Octal 264 20 243 0 133 11 35 462 124 46
Binary 10110100 10000 10100011 0 1011011 1001 11101 100110010 1010100 100110

Color Harmonies of #B410A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B410A3

Black with #B410A3

Text Example


Text Example

White with #B410A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B410A3; }

 p { color: rgb(180,16,163); }

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

background-color css

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

 a { background-color: rgb(180,16,163); }

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

border-color css

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

 span { border-color: rgb(180,16,163); }

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