Html Css Color HEX #B424AD Medium Red Violet

📋 copy color: '#B424AD'

red 180 ◦ green 36 ◦ blue 173

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

Shades of Medium Red Violet #B424AD

Tints of Medium Red Violet #B424AD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.25%

 BLUE value IS 173 (67.97% from 255) = 44.47%

R = 46.27%
G = 9.25%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B424AD (or 0xB424AD) is known color: Medium Red Violet. HEX triplet: B4, 24 and AD. RGB value is (180,36,173). Sum of RGB (Red+Green+Blue) = 180+36+173=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B424AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B424AD is #4BDB52. Grayscale: #5E5E5E. Windows color (decimal): -4971347 or 11347124. OLE color: 11347124.

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

Color convert

RGB 180 36 173 -
CMYK 0 0.8 0.04 0.29
HSL 302.92º 0.67% 0.42% -
HSV(B) 302.92º 0.8% 0.71% -
XYZ 27 13.98 40.81 -
YUV 94.67 172.21 188.86 -
System Red Green Blue C M Y K H S L
Decimal 180 36 173 0 0.8 0.04 0.29 302.92 0.67 0.42
Hex B4 24 AD 0 50 4 1D 12F 43 2A
Octal 264 44 255 0 120 4 35 457 103 52
Binary 10110100 100100 10101101 0 1010000 100 11101 100101111 1000011 101010

Color Harmonies of #B424AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B424AD

Black with #B424AD

Text Example


Text Example

White with #B424AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B424AD; }

 p { color: rgb(180,36,173); }

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

background-color css

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

 a { background-color: rgb(180,36,173); }

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

border-color css

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

 span { border-color: rgb(180,36,173); }

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