Html Css Color HEX #B128A5 Medium Red Violet

📋 copy color: '#B128A5'

red 177 ◦ green 40 ◦ blue 165

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

Shades of Medium Red Violet #B128A5

Tints of Medium Red Violet #B128A5

RGB

 RED value IS 177 (69.53% from 255) = 46.34%

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

 BLUE value IS 165 (64.84% from 255) = 43.19%

R = 46.34%
G = 10.47%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B128A5 (or 0xB128A5) is known color: Medium Red Violet. HEX triplet: B1, 28 and A5. RGB value is (177,40,165). Sum of RGB (Red+Green+Blue) = 177+40+165=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 165 (64.84% from 255 or 43.19% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B128A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B128A5 is #4ED75A. Grayscale: #5E5E5E. Windows color (decimal): -5166939 or 10823857. OLE color: 10823857.

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

Color convert

RGB 177 40 165 -
CMYK 0 0.77 0.07 0.31
HSL 305.26º 0.63% 0.43% -
HSV(B) 305.26º 0.77% 0.69% -
XYZ 25.68 13.58 36.87 -
YUV 95.21 167.39 186.34 -
System Red Green Blue C M Y K H S L
Decimal 177 40 165 0 0.77 0.07 0.31 305.26 0.63 0.43
Hex B1 28 A5 0 4D 7 1F 131 3F 2B
Octal 261 50 245 0 115 7 37 461 77 53
Binary 10110001 101000 10100101 0 1001101 111 11111 100110001 111111 101011

Color Harmonies of #B128A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B128A5

Black with #B128A5

Text Example


Text Example

White with #B128A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B128A5; }

 p { color: rgb(177,40,165); }

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

background-color css

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

 a { background-color: rgb(177,40,165); }

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

border-color css

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

 span { border-color: rgb(177,40,165); }

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