Html Css Color HEX #B421A2 Medium Red Violet

📋 copy color: '#B421A2'

red 180 ◦ green 33 ◦ blue 162

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

Shades of Medium Red Violet #B421A2

Tints of Medium Red Violet #B421A2

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.8%

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

R = 48%
G = 8.8%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#B421A2 (or 0xB421A2) is known color: Medium Red Violet. HEX triplet: B4, 21 and A2. RGB value is (180,33,162). Sum of RGB (Red+Green+Blue) = 180+33+162=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B421A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B421A2 is #4BDE5D. Grayscale: #5B5B5B. Windows color (decimal): -4972126 or 10625460. OLE color: 10625460.

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

Color convert

RGB 180 33 162 -
CMYK 0 0.82 0.1 0.29
HSL 307.35º 0.69% 0.42% -
HSV(B) 307.35º 0.82% 0.71% -
XYZ 25.89 13.4 35.4 -
YUV 91.66 167.7 191.01 -
System Red Green Blue C M Y K H S L
Decimal 180 33 162 0 0.82 0.1 0.29 307.35 0.69 0.42
Hex B4 21 A2 0 52 A 1D 133 45 2A
Octal 264 41 242 0 122 12 35 463 105 52
Binary 10110100 100001 10100010 0 1010010 1010 11101 100110011 1000101 101010

Color Harmonies of #B421A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B421A2

Black with #B421A2

Text Example


Text Example

White with #B421A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B421A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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