Html Css Color HEX #B424AA Medium Red Violet

📋 copy color: '#B424AA'

red 180 ◦ green 36 ◦ blue 170

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

Shades of Medium Red Violet #B424AA

Tints of Medium Red Violet #B424AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.04%

R = 46.63%
G = 9.33%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B424AA (or 0xB424AA) is known color: Medium Red Violet. HEX triplet: B4, 24 and AA. RGB value is (180,36,170). Sum of RGB (Red+Green+Blue) = 180+36+170=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B424AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B424AA is #4BDB55. Grayscale: #5D5D5D. Windows color (decimal): -4971350 or 11150516. OLE color: 11150516.

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

Color convert

RGB 180 36 170 -
CMYK 0 0.8 0.06 0.29
HSL 304.17º 0.67% 0.42% -
HSV(B) 304.17º 0.8% 0.71% -
XYZ 26.71 13.87 39.3 -
YUV 94.33 170.71 189.1 -
System Red Green Blue C M Y K H S L
Decimal 180 36 170 0 0.8 0.06 0.29 304.17 0.67 0.42
Hex B4 24 AA 0 50 6 1D 130 43 2A
Octal 264 44 252 0 120 6 35 460 103 52
Binary 10110100 100100 10101010 0 1010000 110 11101 100110000 1000011 101010

Color Harmonies of #B424AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B424AA

Black with #B424AA

Text Example


Text Example

White with #B424AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B424AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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