Html Css Color HEX #B422AA Medium Red Violet

📋 copy color: '#B422AA'

red 180 ◦ green 34 ◦ blue 170

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

Shades of Medium Red Violet #B422AA

Tints of Medium Red Violet #B422AA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.85%

 BLUE value IS 170 (66.8% from 255) = 44.27%

R = 46.88%
G = 8.85%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B422AA (or 0xB422AA) is known color: Medium Red Violet. HEX triplet: B4, 22 and AA. RGB value is (180,34,170). Sum of RGB (Red+Green+Blue) = 180+34+170=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B422AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B422AA is #4BDD55. Grayscale: #5C5C5C. Windows color (decimal): -4971862 or 11150004. OLE color: 11150004.

HSL color Cylindrical-coordinate representation of color #B422AA: hue angle of 304.11º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B422AA is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 34 170 -
CMYK 0 0.81 0.06 0.29
HSL 304.11º 0.68% 0.42% -
HSV(B) 304.11º 0.81% 0.71% -
XYZ 26.65 13.75 39.28 -
YUV 93.16 171.37 189.94 -
System Red Green Blue C M Y K H S L
Decimal 180 34 170 0 0.81 0.06 0.29 304.11 0.68 0.42
Hex B4 22 AA 0 51 6 1D 130 44 2A
Octal 264 42 252 0 121 6 35 460 104 52
Binary 10110100 100010 10101010 0 1010001 110 11101 100110000 1000100 101010

Color Harmonies of #B422AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B422AA

Black with #B422AA

Text Example


Text Example

White with #B422AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B422AA; }

 p { color: rgb(180,34,170); }

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

background-color css

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

 a { background-color: rgb(180,34,170); }

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

border-color css

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

 span { border-color: rgb(180,34,170); }

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