Html Css Color HEX #B68BAE London Hue

📋 copy color: '#B68BAE'

red 182 ◦ green 139 ◦ blue 174

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

Shades of London Hue #B68BAE

Tints of London Hue #B68BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.08%

 BLUE value IS 174 (68.36% from 255) = 35.15%

R = 36.77%
G = 28.08%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B68BAE (or 0xB68BAE) is known color: London Hue. HEX triplet: B6, 8B and AE. RGB value is (182,139,174). Sum of RGB (Red+Green+Blue) = 182+139+174=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 182 - color contains mainly: red. Hex color #B68BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68BAE is #497451. Grayscale: #9B9B9B. Windows color (decimal): -4813906 or 11439030. OLE color: 11439030.

HSL color Cylindrical-coordinate representation of color #B68BAE: hue angle of 311.16º 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 #B68BAE is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 139 174 -
CMYK 0 0.24 0.04 0.29
HSL 311.16º 0.23% 0.63% -
HSV(B) 311.16º 0.24% 0.71% -
XYZ 36.16 31.47 44.21 -
YUV 155.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 182 139 174 0 0.24 0.04 0.29 311.16 0.23 0.63
Hex B6 8B AE 0 18 4 1D 137 17 3F
Octal 266 213 256 0 30 4 35 467 27 77
Binary 10110110 10001011 10101110 0 11000 100 11101 100110111 10111 111111

Color Harmonies of #B68BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68BAE

Black with #B68BAE

Text Example


Text Example

White with #B68BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68BAE; }

 p { color: rgb(182,139,174); }

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

background-color css

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

 a { background-color: rgb(182,139,174); }

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

border-color css

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

 span { border-color: rgb(182,139,174); }

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