Html Css Color HEX #B028A1 Medium Red Violet

📋 copy color: '#B028A1'

red 176 ◦ green 40 ◦ blue 161

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

Shades of Medium Red Violet #B028A1

Tints of Medium Red Violet #B028A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.71%

R = 46.68%
G = 10.61%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B028A1 (or 0xB028A1) is known color: Medium Red Violet. HEX triplet: B0, 28 and A1. RGB value is (176,40,161). Sum of RGB (Red+Green+Blue) = 176+40+161=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B028A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B028A1 is #4FD75E. Grayscale: #5E5E5E. Windows color (decimal): -5232479 or 10561712. OLE color: 10561712.

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

Color convert

RGB 176 40 161 -
CMYK 0 0.77 0.09 0.31
HSL 306.62º 0.63% 0.42% -
HSV(B) 306.62º 0.77% 0.69% -
XYZ 25.1 13.32 34.97 -
YUV 94.46 165.56 186.16 -
System Red Green Blue C M Y K H S L
Decimal 176 40 161 0 0.77 0.09 0.31 306.62 0.63 0.42
Hex B0 28 A1 0 4D 9 1F 133 3F 2A
Octal 260 50 241 0 115 11 37 463 77 52
Binary 10110000 101000 10100001 0 1001101 1001 11111 100110011 111111 101010

Color Harmonies of #B028A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B028A1

Black with #B028A1

Text Example


Text Example

White with #B028A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B028A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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