Html Css Color HEX #B388AD London Hue

📋 copy color: '#B388AD'

red 179 ◦ green 136 ◦ blue 173

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

Shades of London Hue #B388AD

Tints of London Hue #B388AD

RGB

 RED value IS 179 (70.31% from 255) = 36.68%

 GREEN value IS 136 (53.52% from 255) = 27.87%

 BLUE value IS 173 (67.97% from 255) = 35.45%

R = 36.68%
G = 27.87%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B388AD (or 0xB388AD) is known color: London Hue. HEX triplet: B3, 88 and AD. RGB value is (179,136,173). Sum of RGB (Red+Green+Blue) = 179+136+173=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 179 - color contains mainly: red. Hex color #B388AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B388AD is #4C7752. Grayscale: #989898. Windows color (decimal): -5011283 or 11372723. OLE color: 11372723.

HSL color Cylindrical-coordinate representation of color #B388AD: hue angle of 308.37º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B388AD is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 136 173 -
CMYK 0 0.24 0.03 0.30
HSL 308.37º 0.22% 0.62% -
HSV(B) 308.37º 0.24% 0.7% -
XYZ 34.94 30.21 43.52 -
YUV 153.08 139.25 146.49 -
System Red Green Blue C M Y K H S L
Decimal 179 136 173 0 0.24 0.03 0.30 308.37 0.22 0.62
Hex B3 88 AD 0 18 3 1E 134 16 3E
Octal 263 210 255 0 30 3 36 464 26 76
Binary 10110011 10001000 10101101 0 11000 11 11110 100110100 10110 111110

Color Harmonies of #B388AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B388AD

Black with #B388AD

Text Example


Text Example

White with #B388AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B388AD; }

 p { color: rgb(179,136,173); }

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

background-color css

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

 a { background-color: rgb(179,136,173); }

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

border-color css

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

 span { border-color: rgb(179,136,173); }

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