Html Css Color HEX #B421A8 Medium Red Violet

📋 copy color: '#B421A8'

red 180 ◦ green 33 ◦ blue 168

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

Shades of Medium Red Violet #B421A8

Tints of Medium Red Violet #B421A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.09%

R = 47.24%
G = 8.66%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B421A8 (or 0xB421A8) is known color: Medium Red Violet. HEX triplet: B4, 21 and A8. RGB value is (180,33,168). Sum of RGB (Red+Green+Blue) = 180+33+168=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B421A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B421A8 is #4BDE57. Grayscale: #5B5B5B. Windows color (decimal): -4972120 or 11018676. OLE color: 11018676.

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

Color convert

RGB 180 33 168 -
CMYK 0 0.82 0.07 0.29
HSL 304.9º 0.69% 0.42% -
HSV(B) 304.9º 0.82% 0.71% -
XYZ 26.43 13.62 38.28 -
YUV 92.34 170.7 190.52 -
System Red Green Blue C M Y K H S L
Decimal 180 33 168 0 0.82 0.07 0.29 304.9 0.69 0.42
Hex B4 21 A8 0 52 7 1D 131 45 2A
Octal 264 41 250 0 122 7 35 461 105 52
Binary 10110100 100001 10101000 0 1010010 111 11101 100110001 1000101 101010

Color Harmonies of #B421A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B421A8

Black with #B421A8

Text Example


Text Example

White with #B421A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B421A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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