Html Css Color HEX #B415A0 Medium Violet Red

📋 copy color: '#B415A0'

red 180 ◦ green 21 ◦ blue 160

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

Shades of Medium Violet Red #B415A0

Tints of Medium Violet Red #B415A0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.82%

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

R = 49.86%
G = 5.82%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B415A0 (or 0xB415A0) is known color: Medium Violet Red. HEX triplet: B4, 15 and A0. RGB value is (180,21,160). Sum of RGB (Red+Green+Blue) = 180+21+160=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B415A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B415A0 is #4BEA5F. Grayscale: #535353. Windows color (decimal): -4975200 or 10491316. OLE color: 10491316.

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

Color convert

RGB 180 21 160 -
CMYK 0 0.88 0.11 0.29
HSL 307.55º 0.79% 0.39% -
HSV(B) 307.55º 0.88% 0.71% -
XYZ 25.44 12.78 34.38 -
YUV 84.39 170.68 196.2 -
System Red Green Blue C M Y K H S L
Decimal 180 21 160 0 0.88 0.11 0.29 307.55 0.79 0.39
Hex B4 15 A0 0 58 B 1D 134 4F 27
Octal 264 25 240 0 130 13 35 464 117 47
Binary 10110100 10101 10100000 0 1011000 1011 11101 100110100 1001111 100111

Color Harmonies of #B415A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B415A0

Black with #B415A0

Text Example


Text Example

White with #B415A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B415A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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