Html Css Color HEX #B41CA5 Medium Violet Red

📋 copy color: '#B41CA5'

red 180 ◦ green 28 ◦ blue 165

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

Shades of Medium Violet Red #B41CA5

Tints of Medium Violet Red #B41CA5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.51%

 BLUE value IS 165 (64.84% from 255) = 44.24%

R = 48.26%
G = 7.51%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B41CA5 (or 0xB41CA5) is known color: Medium Violet Red. HEX triplet: B4, 1C and A5. RGB value is (180,28,165). Sum of RGB (Red+Green+Blue) = 180+28+165=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 28 (11.33% from 255 or 7.51% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B41CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41CA5 is #4BE35A. Grayscale: #585858. Windows color (decimal): -4973403 or 10820788. OLE color: 10820788.

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

Color convert

RGB 180 28 165 -
CMYK 0 0.84 0.08 0.29
HSL 305.92º 0.73% 0.41% -
HSV(B) 305.92º 0.84% 0.71% -
XYZ 26.03 13.25 36.78 -
YUV 89.07 170.86 192.86 -
System Red Green Blue C M Y K H S L
Decimal 180 28 165 0 0.84 0.08 0.29 305.92 0.73 0.41
Hex B4 1C A5 0 54 8 1D 132 49 29
Octal 264 34 245 0 124 10 35 462 111 51
Binary 10110100 11100 10100101 0 1010100 1000 11101 100110010 1001001 101001

Color Harmonies of #B41CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41CA5

Black with #B41CA5

Text Example


Text Example

White with #B41CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41CA5; }

 p { color: rgb(180,28,165); }

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

background-color css

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

 a { background-color: rgb(180,28,165); }

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

border-color css

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

 span { border-color: rgb(180,28,165); }

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