Html Css Color HEX #B028A9 Medium Red Violet

📋 copy color: '#B028A9'

red 176 ◦ green 40 ◦ blue 169

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

Shades of Medium Red Violet #B028A9

Tints of Medium Red Violet #B028A9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.39%

 BLUE value IS 169 (66.41% from 255) = 43.9%

R = 45.71%
G = 10.39%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B028A9 (or 0xB028A9) is known color: Medium Red Violet. HEX triplet: B0, 28 and A9. RGB value is (176,40,169). Sum of RGB (Red+Green+Blue) = 176+40+169=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 169 (66.41% from 255 or 43.90% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B028A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B028A9 is #4FD756. Grayscale: #5E5E5E. Windows color (decimal): -5232471 or 11086000. OLE color: 11086000.

HSL color Cylindrical-coordinate representation of color #B028A9: hue angle of 303.09º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B028A9 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 40 169 -
CMYK 0 0.77 0.04 0.31
HSL 303.09º 0.63% 0.42% -
HSV(B) 303.09º 0.77% 0.69% -
XYZ 25.82 13.61 38.8 -
YUV 95.37 169.56 185.51 -
System Red Green Blue C M Y K H S L
Decimal 176 40 169 0 0.77 0.04 0.31 303.09 0.63 0.42
Hex B0 28 A9 0 4D 4 1F 12F 3F 2A
Octal 260 50 251 0 115 4 37 457 77 52
Binary 10110000 101000 10101001 0 1001101 100 11111 100101111 111111 101010

Color Harmonies of #B028A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B028A9

Black with #B028A9

Text Example


Text Example

White with #B028A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B028A9; }

 p { color: rgb(176,40,169); }

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

background-color css

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

 a { background-color: rgb(176,40,169); }

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

border-color css

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

 span { border-color: rgb(176,40,169); }

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