#B67EB3

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

Shades of London Hue #B67EB3

Tints of London Hue #B67EB3

Color information

#B67EB3 (or 0xB67EB3) is unknown color: approx London Hue. HEX triplet: B6, 7E and B3. RGB value is (182,126,179). Sum of RGB (Red+Green+Blue) = 182+126+179=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 182 - color contains mainly: red. Hex color #B67EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67EB3 is #49814C. Grayscale: #949494. Windows color (decimal): -4817229 or 11763382. OLE color: 11763382.

HSL color Cylindrical-coordinate representation of color #B67EB3: hue angle of 303.21º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B67EB3 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB182126179-
CMYK00.310.020.29
HSL303.21º27.72%60.39%-
HSV(B)303.21º30.77%71.37%-
XYZ34.8928.1246.24-
YUV148.79145.05151.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.37%
GREEN value IS 126 (49.61% from 255) = 25.87%
BLUE value IS 179 (70.31% from 255) = 36.76%
R=37.37%
G=25.87%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212617900.310.020.29303.2127.7260.39
HexB67EB301F21D12f1c3c
Octal2661762630372354573474
Binary10110110111111010110011011111101110110010111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67EB3; }

 p { color: rgb(182,126,179); }

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

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

 a { background-color: rgb(182,126,179); }

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

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

 span { border-color: rgb(182,126,179); }

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