#B68CB4

Color #B68CB4 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B68CB4

Tints of London Hue #B68CB4

Color information

#B68CB4 (or 0xB68CB4) is unknown color: approx London Hue. HEX triplet: B6, 8C and B4. RGB value is (182,140,180). Sum of RGB (Red+Green+Blue) = 182+140+180=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 182 - color contains mainly: red. Hex color #B68CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68CB4 is #49734B. Grayscale: #9D9D9D. Windows color (decimal): -4813644 or 11832502. OLE color: 11832502.

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

Color convert

RGB182140180-
CMYK00.230.010.29
HSL302.86º22.34%63.14%-
HSV(B)302.86º23.08%71.37%-
XYZ36.913247.41-
YUV157.12140.91145.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 140 (55.08% from 255) = 27.89%
BLUE value IS 180 (70.70% from 255) = 35.86%
R=36.25%
G=27.89%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214018000.230.010.29302.8622.3463.14
HexB68CB401711D12f163f
Octal2662142640271354572677
Binary10110110100011001011010001011111110110010111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68CB4; }

 p { color: rgb(182,140,180); }

 H1.HeaderClassName
 {
   color: #B68CB4;
 }
 .AnyTagClassName
 {
   color: #B68CB4;
 }
</style>
background-color css

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

 a { background-color: rgb(182,140,180); }

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

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

 span { border-color: rgb(182,140,180); }

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