Html Css Color HEX #B440A0 Medium Red Violet

📋 copy color: '#B440A0'

red 180 ◦ green 64 ◦ blue 160

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

Shades of Medium Red Violet #B440A0

Tints of Medium Red Violet #B440A0

RGB

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

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

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

R = 44.55%
G = 15.84%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B440A0 (or 0xB440A0) is known color: Medium Red Violet. HEX triplet: B4, 40 and A0. RGB value is (180,64,160). Sum of RGB (Red+Green+Blue) = 180+64+160=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B440A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B440A0 is #4BBF5F. Grayscale: #6D6D6D. Windows color (decimal): -4964192 or 10502324. OLE color: 10502324.

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

Color convert

RGB 180 64 160 -
CMYK 0 0.64 0.11 0.29
HSL 310.34º 0.48% 0.48% -
HSV(B) 310.34º 0.64% 0.71% -
XYZ 27 15.91 34.91 -
YUV 109.63 156.43 178.19 -
System Red Green Blue C M Y K H S L
Decimal 180 64 160 0 0.64 0.11 0.29 310.34 0.48 0.48
Hex B4 40 A0 0 40 B 1D 136 30 30
Octal 264 100 240 0 100 13 35 466 60 60
Binary 10110100 1000000 10100000 0 1000000 1011 11101 100110110 110000 110000

Color Harmonies of #B440A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B440A0

Black with #B440A0

Text Example


Text Example

White with #B440A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B440A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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