Html Css Color HEX #B486B3 London Hue

📋 copy color: '#B486B3'

red 180 ◦ green 134 ◦ blue 179

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

Shades of London Hue #B486B3

Tints of London Hue #B486B3

RGB

 RED value IS 180 (70.7% from 255) = 36.51%

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

 BLUE value IS 179 (70.31% from 255) = 36.31%

R = 36.51%
G = 27.18%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B486B3 (or 0xB486B3) is known color: London Hue. HEX triplet: B4, 86 and B3. RGB value is (180,134,179). Sum of RGB (Red+Green+Blue) = 180+134+179=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 180 - color contains mainly: red. Hex color #B486B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B486B3 is #4B794C. Grayscale: #989898. Windows color (decimal): -4946253 or 11765428. OLE color: 11765428.

HSL color Cylindrical-coordinate representation of color #B486B3: hue angle of 301.3º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B486B3 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 134 179 -
CMYK 0 0.26 0.01 0.29
HSL 301.3º 0.23% 0.62% -
HSV(B) 301.3º 0.26% 0.71% -
XYZ 35.48 30.01 46.57 -
YUV 152.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 180 134 179 0 0.26 0.01 0.29 301.3 0.23 0.62
Hex B4 86 B3 0 1A 1 1D 12D 17 3E
Octal 264 206 263 0 32 1 35 455 27 76
Binary 10110100 10000110 10110011 0 11010 1 11101 100101101 10111 111110

Color Harmonies of #B486B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B486B3

Black with #B486B3

Text Example


Text Example

White with #B486B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B486B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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