Html Css Color HEX #B386AD London Hue

📋 copy color: '#B386AD'

red 179 ◦ green 134 ◦ blue 173

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

Shades of London Hue #B386AD

Tints of London Hue #B386AD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.57%

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

R = 36.83%
G = 27.57%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B386AD (or 0xB386AD) is known color: London Hue. HEX triplet: B3, 86 and AD. RGB value is (179,134,173). Sum of RGB (Red+Green+Blue) = 179+134+173=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 179 - color contains mainly: red. Hex color #B386AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B386AD is #4C7952. Grayscale: #979797. Windows color (decimal): -5011795 or 11372211. OLE color: 11372211.

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

Color convert

RGB 179 134 173 -
CMYK 0 0.25 0.03 0.30
HSL 308º 0.23% 0.61% -
HSV(B) 308º 0.25% 0.7% -
XYZ 34.66 29.65 43.43 -
YUV 151.9 139.91 147.33 -
System Red Green Blue C M Y K H S L
Decimal 179 134 173 0 0.25 0.03 0.30 308 0.23 0.61
Hex B3 86 AD 0 19 3 1E 134 17 3D
Octal 263 206 255 0 31 3 36 464 27 75
Binary 10110011 10000110 10101101 0 11001 11 11110 100110100 10111 111101

Color Harmonies of #B386AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B386AD

Black with #B386AD

Text Example


Text Example

White with #B386AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B386AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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