Html Css Color HEX #B68DAD London Hue

📋 copy color: '#B68DAD'

red 182 ◦ green 141 ◦ blue 173

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

Shades of London Hue #B68DAD

Tints of London Hue #B68DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.43%

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

R = 36.69%
G = 28.43%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B68DAD (or 0xB68DAD) is known color: London Hue. HEX triplet: B6, 8D and AD. RGB value is (182,141,173). Sum of RGB (Red+Green+Blue) = 182+141+173=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 182 - color contains mainly: red. Hex color #B68DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68DAD is #497252. Grayscale: #9C9C9C. Windows color (decimal): -4813395 or 11374006. OLE color: 11374006.

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

Color convert

RGB 182 141 173 -
CMYK 0 0.23 0.05 0.29
HSL 313.17º 0.22% 0.63% -
HSV(B) 313.17º 0.23% 0.71% -
XYZ 36.36 32.01 43.8 -
YUV 156.91 137.08 145.9 -
System Red Green Blue C M Y K H S L
Decimal 182 141 173 0 0.23 0.05 0.29 313.17 0.22 0.63
Hex B6 8D AD 0 17 5 1D 139 16 3F
Octal 266 215 255 0 27 5 35 471 26 77
Binary 10110110 10001101 10101101 0 10111 101 11101 100111001 10110 111111

Color Harmonies of #B68DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68DAD

Black with #B68DAD

Text Example


Text Example

White with #B68DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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