Html Css Color HEX #B024A3 Medium Red Violet

📋 copy color: '#B024A3'

red 176 ◦ green 36 ◦ blue 163

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

Shades of Medium Red Violet #B024A3

Tints of Medium Red Violet #B024A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 43.47%

R = 46.93%
G = 9.6%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B024A3 (or 0xB024A3) is known color: Medium Red Violet. HEX triplet: B0, 24 and A3. RGB value is (176,36,163). Sum of RGB (Red+Green+Blue) = 176+36+163=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 163 (64.06% from 255 or 43.47% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B024A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B024A3 is #4FDB5C. Grayscale: #5B5B5B. Windows color (decimal): -5233501 or 10691760. OLE color: 10691760.

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

Color convert

RGB 176 36 163 -
CMYK 0 0.80 0.07 0.31
HSL 305.57º 0.66% 0.42% -
HSV(B) 305.57º 0.8% 0.69% -
XYZ 25.15 13.14 35.86 -
YUV 92.34 167.88 187.67 -
System Red Green Blue C M Y K H S L
Decimal 176 36 163 0 0.80 0.07 0.31 305.57 0.66 0.42
Hex B0 24 A3 0 50 7 1F 132 42 2A
Octal 260 44 243 0 120 7 37 462 102 52
Binary 10110000 100100 10100011 0 1010000 111 11111 100110010 1000010 101010

Color Harmonies of #B024A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B024A3

Black with #B024A3

Text Example


Text Example

White with #B024A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B024A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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