Html Css Color HEX #B440A2 Medium Red Violet

📋 copy color: '#B440A2'

red 180 ◦ green 64 ◦ blue 162

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

Shades of Medium Red Violet #B440A2

Tints of Medium Red Violet #B440A2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.76%

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

R = 44.33%
G = 15.76%
B = 39.9%

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

#B440A2 (or 0xB440A2) is known color: Medium Red Violet. HEX triplet: B4, 40 and A2. RGB value is (180,64,162). Sum of RGB (Red+Green+Blue) = 180+64+162=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B440A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B440A2 is #4BBF5D. Grayscale: #6D6D6D. Windows color (decimal): -4964190 or 10633396. OLE color: 10633396.

HSL color Cylindrical-coordinate representation of color #B440A2: hue angle of 309.31º degrees, saturation: 0.48, 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 #B440A2 is Cyan = 0, Magento = 0.64, Yellow = 0.1 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 64 162 -
CMYK 0 0.64 0.1 0.29
HSL 309.31º 0.48% 0.48% -
HSV(B) 309.31º 0.64% 0.71% -
XYZ 27.18 15.98 35.83 -
YUV 109.86 157.43 178.03 -
System Red Green Blue C M Y K H S L
Decimal 180 64 162 0 0.64 0.1 0.29 309.31 0.48 0.48
Hex B4 40 A2 0 40 A 1D 135 30 30
Octal 264 100 242 0 100 12 35 465 60 60
Binary 10110100 1000000 10100010 0 1000000 1010 11101 100110101 110000 110000

Color Harmonies of #B440A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B440A2

Black with #B440A2

Text Example


Text Example

White with #B440A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B440A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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