Html Css Color HEX #B678AD London Hue

📋 copy color: '#B678AD'

red 182 ◦ green 120 ◦ blue 173

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

Shades of London Hue #B678AD

Tints of London Hue #B678AD

RGB

 RED value IS 182 (71.48% from 255) = 38.32%

 GREEN value IS 120 (47.27% from 255) = 25.26%

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

R = 38.32%
G = 25.26%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B678AD (or 0xB678AD) is known color: London Hue. HEX triplet: B6, 78 and AD. RGB value is (182,120,173). Sum of RGB (Red+Green+Blue) = 182+120+173=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 182 - color contains mainly: red. Hex color #B678AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B678AD is #498752. Grayscale: #909090. Windows color (decimal): -4818771 or 11368630. OLE color: 11368630.

HSL color Cylindrical-coordinate representation of color #B678AD: hue angle of 308.71º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B678AD is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 120 173 -
CMYK 0 0.34 0.05 0.29
HSL 308.71º 0.3% 0.59% -
HSV(B) 308.71º 0.34% 0.71% -
XYZ 33.55 26.4 42.86 -
YUV 144.58 144.04 154.69 -
System Red Green Blue C M Y K H S L
Decimal 182 120 173 0 0.34 0.05 0.29 308.71 0.3 0.59
Hex B6 78 AD 0 22 5 1D 135 1E 3B
Octal 266 170 255 0 42 5 35 465 36 73
Binary 10110110 1111000 10101101 0 100010 101 11101 100110101 11110 111011

Color Harmonies of #B678AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B678AD

Black with #B678AD

Text Example


Text Example

White with #B678AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B678AD; }

 p { color: rgb(182,120,173); }

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

background-color css

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

 a { background-color: rgb(182,120,173); }

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

border-color css

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

 span { border-color: rgb(182,120,173); }

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