Html Css Color HEX #B341A1 Medium Red Violet

📋 copy color: '#B341A1'

red 179 ◦ green 65 ◦ blue 161

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

Shades of Medium Red Violet #B341A1

Tints of Medium Red Violet #B341A1

RGB

 RED value IS 179 (70.31% from 255) = 44.2%

 GREEN value IS 65 (25.78% from 255) = 16.05%

 BLUE value IS 161 (63.28% from 255) = 39.75%

R = 44.2%
G = 16.05%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B341A1 (or 0xB341A1) is known color: Medium Red Violet. HEX triplet: B3, 41 and A1. RGB value is (179,65,161). Sum of RGB (Red+Green+Blue) = 179+65+161=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B341A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B341A1 is #4CBE5E. Grayscale: #6D6D6D. Windows color (decimal): -5029471 or 10568115. OLE color: 10568115.

HSL color Cylindrical-coordinate representation of color #B341A1: hue angle of 309.47º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B341A1 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 65 161 -
CMYK 0 0.64 0.10 0.30
HSL 309.47º 0.47% 0.48% -
HSV(B) 309.47º 0.64% 0.7% -
XYZ 26.91 15.94 35.38 -
YUV 110.03 156.77 177.19 -
System Red Green Blue C M Y K H S L
Decimal 179 65 161 0 0.64 0.10 0.30 309.47 0.47 0.48
Hex B3 41 A1 0 40 A 1E 135 2F 30
Octal 263 101 241 0 100 12 36 465 57 60
Binary 10110011 1000001 10100001 0 1000000 1010 11110 100110101 101111 110000

Color Harmonies of #B341A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B341A1

Black with #B341A1

Text Example


Text Example

White with #B341A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B341A1; }

 p { color: rgb(179,65,161); }

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

background-color css

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

 a { background-color: rgb(179,65,161); }

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

border-color css

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

 span { border-color: rgb(179,65,161); }

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