Html Css Color HEX #B422AB Medium Red Violet

📋 copy color: '#B422AB'

red 180 ◦ green 34 ◦ blue 171

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

Shades of Medium Red Violet #B422AB

Tints of Medium Red Violet #B422AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.42%

R = 46.75%
G = 8.83%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B422AB (or 0xB422AB) is known color: Medium Red Violet. HEX triplet: B4, 22 and AB. RGB value is (180,34,171). Sum of RGB (Red+Green+Blue) = 180+34+171=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B422AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B422AB is #4BDD54. Grayscale: #5C5C5C. Windows color (decimal): -4971861 or 11215540. OLE color: 11215540.

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

Color convert

RGB 180 34 171 -
CMYK 0 0.81 0.05 0.29
HSL 303.7º 0.68% 0.42% -
HSV(B) 303.7º 0.81% 0.71% -
XYZ 26.75 13.79 39.78 -
YUV 93.27 171.87 189.86 -
System Red Green Blue C M Y K H S L
Decimal 180 34 171 0 0.81 0.05 0.29 303.7 0.68 0.42
Hex B4 22 AB 0 51 5 1D 130 44 2A
Octal 264 42 253 0 121 5 35 460 104 52
Binary 10110100 100010 10101011 0 1010001 101 11101 100110000 1000100 101010

Color Harmonies of #B422AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B422AB

Black with #B422AB

Text Example


Text Example

White with #B422AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B422AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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