Html Css Color HEX #B388A7 London Hue

📋 copy color: '#B388A7'

red 179 ◦ green 136 ◦ blue 167

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

Shades of London Hue #B388A7

Tints of London Hue #B388A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.65%

R = 37.14%
G = 28.22%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B388A7 (or 0xB388A7) is known color: London Hue. HEX triplet: B3, 88 and A7. RGB value is (179,136,167). Sum of RGB (Red+Green+Blue) = 179+136+167=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 179 - color contains mainly: red. Hex color #B388A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B388A7 is #4C7758. Grayscale: #989898. Windows color (decimal): -5011289 or 10979507. OLE color: 10979507.

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

Color convert

RGB 179 136 167 -
CMYK 0 0.24 0.07 0.30
HSL 316.74º 0.22% 0.62% -
HSV(B) 316.74º 0.24% 0.7% -
XYZ 34.37 29.98 40.53 -
YUV 152.39 136.25 146.98 -
System Red Green Blue C M Y K H S L
Decimal 179 136 167 0 0.24 0.07 0.30 316.74 0.22 0.62
Hex B3 88 A7 0 18 7 1E 13D 16 3E
Octal 263 210 247 0 30 7 36 475 26 76
Binary 10110011 10001000 10100111 0 11000 111 11110 100111101 10110 111110

Color Harmonies of #B388A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B388A7

Black with #B388A7

Text Example


Text Example

White with #B388A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B388A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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