Html Css Color HEX #B028A6 Medium Red Violet

📋 copy color: '#B028A6'

red 176 ◦ green 40 ◦ blue 166

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

Shades of Medium Red Violet #B028A6

Tints of Medium Red Violet #B028A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.46%

R = 46.07%
G = 10.47%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B028A6 (or 0xB028A6) is known color: Medium Red Violet. HEX triplet: B0, 28 and A6. RGB value is (176,40,166). Sum of RGB (Red+Green+Blue) = 176+40+166=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 166 (65.23% from 255 or 43.46% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B028A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B028A6 is #4FD759. Grayscale: #5E5E5E. Windows color (decimal): -5232474 or 10889392. OLE color: 10889392.

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

Color convert

RGB 176 40 166 -
CMYK 0 0.77 0.06 0.31
HSL 304.41º 0.63% 0.42% -
HSV(B) 304.41º 0.77% 0.69% -
XYZ 25.55 13.5 37.34 -
YUV 95.03 168.06 185.75 -
System Red Green Blue C M Y K H S L
Decimal 176 40 166 0 0.77 0.06 0.31 304.41 0.63 0.42
Hex B0 28 A6 0 4D 6 1F 130 3F 2A
Octal 260 50 246 0 115 6 37 460 77 52
Binary 10110000 101000 10100110 0 1001101 110 11111 100110000 111111 101010

Color Harmonies of #B028A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B028A6

Black with #B028A6

Text Example


Text Example

White with #B028A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B028A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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