Html Css Color HEX #B441A2 Medium Red Violet

📋 copy color: '#B441A2'

red 180 ◦ green 65 ◦ blue 162

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

Shades of Medium Red Violet #B441A2

Tints of Medium Red Violet #B441A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.8%

R = 44.23%
G = 15.97%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#B441A2 (or 0xB441A2) is known color: Medium Red Violet. HEX triplet: B4, 41 and A2. RGB value is (180,65,162). Sum of RGB (Red+Green+Blue) = 180+65+162=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B441A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B441A2 is #4BBE5D. Grayscale: #6E6E6E. Windows color (decimal): -4963934 or 10633652. OLE color: 10633652.

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

Color convert

RGB 180 65 162 -
CMYK 0 0.64 0.1 0.29
HSL 309.39º 0.47% 0.48% -
HSV(B) 309.39º 0.64% 0.71% -
XYZ 27.23 16.09 35.85 -
YUV 110.44 157.1 177.61 -
System Red Green Blue C M Y K H S L
Decimal 180 65 162 0 0.64 0.1 0.29 309.39 0.47 0.48
Hex B4 41 A2 0 40 A 1D 135 2F 30
Octal 264 101 242 0 100 12 35 465 57 60
Binary 10110100 1000001 10100010 0 1000000 1010 11101 100110101 101111 110000

Color Harmonies of #B441A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B441A2

Black with #B441A2

Text Example


Text Example

White with #B441A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B441A2; }

 p { color: rgb(180,65,162); }

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

background-color css

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

 a { background-color: rgb(180,65,162); }

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

border-color css

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

 span { border-color: rgb(180,65,162); }

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