Html Css Color HEX #B68AAD London Hue

📋 copy color: '#B68AAD'

red 182 ◦ green 138 ◦ blue 173

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

Shades of London Hue #B68AAD

Tints of London Hue #B68AAD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.99%

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

R = 36.92%
G = 27.99%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B68AAD (or 0xB68AAD) is known color: London Hue. HEX triplet: B6, 8A and AD. RGB value is (182,138,173). Sum of RGB (Red+Green+Blue) = 182+138+173=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 182 - color contains mainly: red. Hex color #B68AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68AAD is #497552. Grayscale: #9B9B9B. Windows color (decimal): -4814163 or 11373238. OLE color: 11373238.

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

Color convert

RGB 182 138 173 -
CMYK 0 0.24 0.05 0.29
HSL 312.27º 0.23% 0.63% -
HSV(B) 312.27º 0.24% 0.71% -
XYZ 35.92 31.14 43.65 -
YUV 155.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 182 138 173 0 0.24 0.05 0.29 312.27 0.23 0.63
Hex B6 8A AD 0 18 5 1D 138 17 3F
Octal 266 212 255 0 30 5 35 470 27 77
Binary 10110110 10001010 10101101 0 11000 101 11101 100111000 10111 111111

Color Harmonies of #B68AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68AAD

Black with #B68AAD

Text Example


Text Example

White with #B68AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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