Html Css Color HEX #B024A5 Medium Red Violet

📋 copy color: '#B024A5'

red 176 ◦ green 36 ◦ blue 165

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

Shades of Medium Red Violet #B024A5

Tints of Medium Red Violet #B024A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.77%

R = 46.68%
G = 9.55%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B024A5 (or 0xB024A5) is known color: Medium Red Violet. HEX triplet: B0, 24 and A5. RGB value is (176,36,165). Sum of RGB (Red+Green+Blue) = 176+36+165=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B024A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B024A5 is #4FDB5A. Grayscale: #5C5C5C. Windows color (decimal): -5233499 or 10822832. OLE color: 10822832.

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

Color convert

RGB 176 36 165 -
CMYK 0 0.80 0.06 0.31
HSL 304.71º 0.66% 0.42% -
HSV(B) 304.71º 0.8% 0.69% -
XYZ 25.33 13.21 36.81 -
YUV 92.57 168.88 187.51 -
System Red Green Blue C M Y K H S L
Decimal 176 36 165 0 0.80 0.06 0.31 304.71 0.66 0.42
Hex B0 24 A5 0 50 6 1F 131 42 2A
Octal 260 44 245 0 120 6 37 461 102 52
Binary 10110000 100100 10100101 0 1010000 110 11111 100110001 1000010 101010

Color Harmonies of #B024A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B024A5

Black with #B024A5

Text Example


Text Example

White with #B024A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B024A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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