#B68BB1

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

Shades of London Hue #B68BB1

Tints of London Hue #B68BB1

Color information

#B68BB1 (or 0xB68BB1) is unknown color: approx London Hue. HEX triplet: B6, 8B and B1. RGB value is (182,139,177). Sum of RGB (Red+Green+Blue) = 182+139+177=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 182 - color contains mainly: red. Hex color #B68BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68BB1 is #49744E. Grayscale: #9C9C9C. Windows color (decimal): -4813903 or 11635638. OLE color: 11635638.

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

Color convert

RGB182139177-
CMYK00.240.030.29
HSL306.98º22.75%62.94%-
HSV(B)306.98º23.63%71.37%-
XYZ36.4631.5845.77-
YUV156.19139.75146.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.55%
GREEN value IS 139 (54.69% from 255) = 27.91%
BLUE value IS 177 (69.53% from 255) = 35.54%
R=36.55%
G=27.91%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213917700.240.030.29306.9822.7562.94
HexB68BB101831D133173f
Octal2662132610303354632777
Binary101101101000101110110001011000111110110011001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68BB1; }

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

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

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

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

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

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

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

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