Html Css Color HEX #B128A4 Medium Red Violet

📋 copy color: '#B128A4'

red 177 ◦ green 40 ◦ blue 164

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

Shades of Medium Red Violet #B128A4

Tints of Medium Red Violet #B128A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.04%

R = 46.46%
G = 10.5%
B = 43.04%

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

#B128A4 (or 0xB128A4) is known color: Medium Red Violet. HEX triplet: B1, 28 and A4. RGB value is (177,40,164). Sum of RGB (Red+Green+Blue) = 177+40+164=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 164 (64.45% from 255 or 43.04% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B128A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B128A4 is #4ED75B. Grayscale: #5E5E5E. Windows color (decimal): -5166940 or 10758321. OLE color: 10758321.

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

Color convert

RGB 177 40 164 -
CMYK 0 0.77 0.07 0.31
HSL 305.69º 0.63% 0.43% -
HSV(B) 305.69º 0.77% 0.69% -
XYZ 25.59 13.55 36.39 -
YUV 95.1 166.89 186.42 -
System Red Green Blue C M Y K H S L
Decimal 177 40 164 0 0.77 0.07 0.31 305.69 0.63 0.43
Hex B1 28 A4 0 4D 7 1F 132 3F 2B
Octal 261 50 244 0 115 7 37 462 77 53
Binary 10110001 101000 10100100 0 1001101 111 11111 100110010 111111 101011

Color Harmonies of #B128A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B128A4

Black with #B128A4

Text Example


Text Example

White with #B128A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B128A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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