Html Css Color HEX #B413A7 Medium Violet Red

📋 copy color: '#B413A7'

red 180 ◦ green 19 ◦ blue 167

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

Shades of Medium Violet Red #B413A7

Tints of Medium Violet Red #B413A7

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.19%

 BLUE value IS 167 (65.63% from 255) = 45.63%

R = 49.18%
G = 5.19%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B413A7 (or 0xB413A7) is known color: Medium Violet Red. HEX triplet: B4, 13 and A7. RGB value is (180,19,167). Sum of RGB (Red+Green+Blue) = 180+19+167=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 167 (65.62% from 255 or 45.63% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B413A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B413A7 is #4BEC58. Grayscale: #535353. Windows color (decimal): -4975705 or 10949556. OLE color: 10949556.

HSL color Cylindrical-coordinate representation of color #B413A7: hue angle of 304.84º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B413A7 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 19 167 -
CMYK 0 0.89 0.07 0.29
HSL 304.84º 0.81% 0.39% -
HSV(B) 304.84º 0.89% 0.71% -
XYZ 26.03 12.96 37.69 -
YUV 84.01 174.84 196.47 -
System Red Green Blue C M Y K H S L
Decimal 180 19 167 0 0.89 0.07 0.29 304.84 0.81 0.39
Hex B4 13 A7 0 59 7 1D 131 51 27
Octal 264 23 247 0 131 7 35 461 121 47
Binary 10110100 10011 10100111 0 1011001 111 11101 100110001 1010001 100111

Color Harmonies of #B413A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B413A7

Black with #B413A7

Text Example


Text Example

White with #B413A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B413A7; }

 p { color: rgb(180,19,167); }

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

background-color css

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

 a { background-color: rgb(180,19,167); }

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

border-color css

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

 span { border-color: rgb(180,19,167); }

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