Html Css Color HEX #B028AA Medium Red Violet

📋 copy color: '#B028AA'

red 176 ◦ green 40 ◦ blue 170

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

Shades of Medium Red Violet #B028AA

Tints of Medium Red Violet #B028AA

RGB

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

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

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

R = 45.6%
G = 10.36%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B028AA (or 0xB028AA) is known color: Medium Red Violet. HEX triplet: B0, 28 and AA. RGB value is (176,40,170). Sum of RGB (Red+Green+Blue) = 176+40+170=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B028AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B028AA is #4FD755. Grayscale: #5F5F5F. Windows color (decimal): -5232470 or 11151536. OLE color: 11151536.

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

Color convert

RGB 176 40 170 -
CMYK 0 0.77 0.03 0.31
HSL 302.65º 0.63% 0.42% -
HSV(B) 302.65º 0.77% 0.69% -
XYZ 25.92 13.65 39.3 -
YUV 95.48 170.06 185.43 -
System Red Green Blue C M Y K H S L
Decimal 176 40 170 0 0.77 0.03 0.31 302.65 0.63 0.42
Hex B0 28 AA 0 4D 3 1F 12F 3F 2A
Octal 260 50 252 0 115 3 37 457 77 52
Binary 10110000 101000 10101010 0 1001101 11 11111 100101111 111111 101010

Color Harmonies of #B028AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B028AA

Black with #B028AA

Text Example


Text Example

White with #B028AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B028AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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