Html Css Color HEX #B414A0 Medium Violet Red

📋 copy color: '#B414A0'

red 180 ◦ green 20 ◦ blue 160

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

Shades of Medium Violet Red #B414A0

Tints of Medium Violet Red #B414A0

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.56%

 BLUE value IS 160 (62.89% from 255) = 44.44%

R = 50%
G = 5.56%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B414A0 (or 0xB414A0) is known color: Medium Violet Red. HEX triplet: B4, 14 and A0. RGB value is (180,20,160). Sum of RGB (Red+Green+Blue) = 180+20+160=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B414A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B414A0 is #4BEB5F. Grayscale: #535353. Windows color (decimal): -4975456 or 10491060. OLE color: 10491060.

HSL color Cylindrical-coordinate representation of color #B414A0: hue angle of 307.5º degrees, saturation: 0.8, 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 #B414A0 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 20 160 -
CMYK 0 0.89 0.11 0.29
HSL 307.5º 0.8% 0.39% -
HSV(B) 307.5º 0.89% 0.71% -
XYZ 25.42 12.74 34.38 -
YUV 83.8 171.01 196.62 -
System Red Green Blue C M Y K H S L
Decimal 180 20 160 0 0.89 0.11 0.29 307.5 0.8 0.39
Hex B4 14 A0 0 59 B 1D 134 50 27
Octal 264 24 240 0 131 13 35 464 120 47
Binary 10110100 10100 10100000 0 1011001 1011 11101 100110100 1010000 100111

Color Harmonies of #B414A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B414A0

Black with #B414A0

Text Example


Text Example

White with #B414A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B414A0; }

 p { color: rgb(180,20,160); }

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

background-color css

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

 a { background-color: rgb(180,20,160); }

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

border-color css

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

 span { border-color: rgb(180,20,160); }

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