Html Css Color HEX #B128AB Medium Red Violet

📋 copy color: '#B128AB'

red 177 ◦ green 40 ◦ blue 171

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

Shades of Medium Red Violet #B128AB

Tints of Medium Red Violet #B128AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.07%

R = 45.62%
G = 10.31%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B128AB (or 0xB128AB) is known color: Medium Red Violet. HEX triplet: B1, 28 and AB. RGB value is (177,40,171). Sum of RGB (Red+Green+Blue) = 177+40+171=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B128AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B128AB is #4ED754. Grayscale: #5F5F5F. Windows color (decimal): -5166933 or 11217073. OLE color: 11217073.

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

Color convert

RGB 177 40 171 -
CMYK 0 0.77 0.03 0.31
HSL 302.63º 0.63% 0.43% -
HSV(B) 302.63º 0.77% 0.69% -
XYZ 26.24 13.8 39.81 -
YUV 95.9 170.39 185.85 -
System Red Green Blue C M Y K H S L
Decimal 177 40 171 0 0.77 0.03 0.31 302.63 0.63 0.43
Hex B1 28 AB 0 4D 3 1F 12F 3F 2B
Octal 261 50 253 0 115 3 37 457 77 53
Binary 10110001 101000 10101011 0 1001101 11 11111 100101111 111111 101011

Color Harmonies of #B128AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B128AB

Black with #B128AB

Text Example


Text Example

White with #B128AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B128AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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