Html Css Color HEX #B024A0 Medium Red Violet

📋 copy color: '#B024A0'

red 176 ◦ green 36 ◦ blue 160

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

Shades of Medium Red Violet #B024A0

Tints of Medium Red Violet #B024A0

RGB

 RED value IS 176 (69.14% from 255) = 47.31%

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

 BLUE value IS 160 (62.89% from 255) = 43.01%

R = 47.31%
G = 9.68%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B024A0 (or 0xB024A0) is known color: Medium Red Violet. HEX triplet: B0, 24 and A0. RGB value is (176,36,160). Sum of RGB (Red+Green+Blue) = 176+36+160=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B024A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B024A0 is #4FDB5F. Grayscale: #5B5B5B. Windows color (decimal): -5233504 or 10495152. OLE color: 10495152.

HSL color Cylindrical-coordinate representation of color #B024A0: hue angle of 306.86º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B024A0 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 36 160 -
CMYK 0 0.80 0.09 0.31
HSL 306.86º 0.66% 0.42% -
HSV(B) 306.86º 0.8% 0.69% -
XYZ 24.88 13.03 34.46 -
YUV 92 166.38 187.92 -
System Red Green Blue C M Y K H S L
Decimal 176 36 160 0 0.80 0.09 0.31 306.86 0.66 0.42
Hex B0 24 A0 0 50 9 1F 133 42 2A
Octal 260 44 240 0 120 11 37 463 102 52
Binary 10110000 100100 10100000 0 1010000 1001 11111 100110011 1000010 101010

Color Harmonies of #B024A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B024A0

Black with #B024A0

Text Example


Text Example

White with #B024A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B024A0; }

 p { color: rgb(176,36,160); }

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

background-color css

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

 a { background-color: rgb(176,36,160); }

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

border-color css

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

 span { border-color: rgb(176,36,160); }

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