Html Css Color HEX #B024AA Medium Red Violet

📋 copy color: '#B024AA'

red 176 ◦ green 36 ◦ blue 170

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

Shades of Medium Red Violet #B024AA

Tints of Medium Red Violet #B024AA

RGB

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

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

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

R = 46.07%
G = 9.42%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B024AA (or 0xB024AA) is known color: Medium Red Violet. HEX triplet: B0, 24 and AA. RGB value is (176,36,170). Sum of RGB (Red+Green+Blue) = 176+36+170=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B024AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B024AA is #4FDB55. Grayscale: #5C5C5C. Windows color (decimal): -5233494 or 11150512. OLE color: 11150512.

HSL color Cylindrical-coordinate representation of color #B024AA: hue angle of 302.57º 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 #B024AA is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 36 170 -
CMYK 0 0.80 0.03 0.31
HSL 302.57º 0.66% 0.42% -
HSV(B) 302.57º 0.8% 0.69% -
XYZ 25.79 13.39 39.26 -
YUV 93.14 171.38 187.1 -
System Red Green Blue C M Y K H S L
Decimal 176 36 170 0 0.80 0.03 0.31 302.57 0.66 0.42
Hex B0 24 AA 0 50 3 1F 12F 42 2A
Octal 260 44 252 0 120 3 37 457 102 52
Binary 10110000 100100 10101010 0 1010000 11 11111 100101111 1000010 101010

Color Harmonies of #B024AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B024AA

Black with #B024AA

Text Example


Text Example

White with #B024AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B024AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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