Html Css Color HEX #B024A2 Medium Red Violet

📋 copy color: '#B024A2'

red 176 ◦ green 36 ◦ blue 162

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

Shades of Medium Red Violet #B024A2

Tints of Medium Red Violet #B024A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.32%

R = 47.06%
G = 9.63%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B024A2 (or 0xB024A2) is known color: Medium Red Violet. HEX triplet: B0, 24 and A2. RGB value is (176,36,162). Sum of RGB (Red+Green+Blue) = 176+36+162=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B024A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B024A2 is #4FDB5D. Grayscale: #5B5B5B. Windows color (decimal): -5233502 or 10626224. OLE color: 10626224.

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

Color convert

RGB 176 36 162 -
CMYK 0 0.80 0.08 0.31
HSL 306º 0.66% 0.42% -
HSV(B) 306º 0.8% 0.69% -
XYZ 25.06 13.1 35.39 -
YUV 92.22 167.38 187.75 -
System Red Green Blue C M Y K H S L
Decimal 176 36 162 0 0.80 0.08 0.31 306 0.66 0.42
Hex B0 24 A2 0 50 8 1F 132 42 2A
Octal 260 44 242 0 120 10 37 462 102 52
Binary 10110000 100100 10100010 0 1010000 1000 11111 100110010 1000010 101010

Color Harmonies of #B024A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B024A2

Black with #B024A2

Text Example


Text Example

White with #B024A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B024A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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