Html Css Color HEX #B421A4 Medium Red Violet

📋 copy color: '#B421A4'

red 180 ◦ green 33 ◦ blue 164

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

Shades of Medium Red Violet #B421A4

Tints of Medium Red Violet #B421A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.5%

R = 47.75%
G = 8.75%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B421A4 (or 0xB421A4) is known color: Medium Red Violet. HEX triplet: B4, 21 and A4. RGB value is (180,33,164). Sum of RGB (Red+Green+Blue) = 180+33+164=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B421A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B421A4 is #4BDE5B. Grayscale: #5B5B5B. Windows color (decimal): -4972124 or 10756532. OLE color: 10756532.

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

Color convert

RGB 180 33 164 -
CMYK 0 0.82 0.09 0.29
HSL 306.53º 0.69% 0.42% -
HSV(B) 306.53º 0.82% 0.71% -
XYZ 26.07 13.47 36.35 -
YUV 91.89 168.7 190.85 -
System Red Green Blue C M Y K H S L
Decimal 180 33 164 0 0.82 0.09 0.29 306.53 0.69 0.42
Hex B4 21 A4 0 52 9 1D 133 45 2A
Octal 264 41 244 0 122 11 35 463 105 52
Binary 10110100 100001 10100100 0 1010010 1001 11101 100110011 1000101 101010

Color Harmonies of #B421A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B421A4

Black with #B421A4

Text Example


Text Example

White with #B421A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B421A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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