Html Css Color HEX #B128A8 Medium Red Violet

📋 copy color: '#B128A8'

red 177 ◦ green 40 ◦ blue 168

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

Shades of Medium Red Violet #B128A8

Tints of Medium Red Violet #B128A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.64%

R = 45.97%
G = 10.39%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B128A8 (or 0xB128A8) is known color: Medium Red Violet. HEX triplet: B1, 28 and A8. RGB value is (177,40,168). Sum of RGB (Red+Green+Blue) = 177+40+168=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 168 (66.02% from 255 or 43.64% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B128A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B128A8 is #4ED757. Grayscale: #5F5F5F. Windows color (decimal): -5166936 or 11020465. OLE color: 11020465.

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

Color convert

RGB 177 40 168 -
CMYK 0 0.77 0.05 0.31
HSL 303.94º 0.63% 0.43% -
HSV(B) 303.94º 0.77% 0.69% -
XYZ 25.96 13.69 38.32 -
YUV 95.56 168.89 186.09 -
System Red Green Blue C M Y K H S L
Decimal 177 40 168 0 0.77 0.05 0.31 303.94 0.63 0.43
Hex B1 28 A8 0 4D 5 1F 130 3F 2B
Octal 261 50 250 0 115 5 37 460 77 53
Binary 10110001 101000 10101000 0 1001101 101 11111 100110000 111111 101011

Color Harmonies of #B128A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B128A8

Black with #B128A8

Text Example


Text Example

White with #B128A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B128A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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