#B67BB4

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

Shades of London Hue #B67BB4

Tints of London Hue #B67BB4

Color information

#B67BB4 (or 0xB67BB4) is unknown color: approx London Hue. HEX triplet: B6, 7B and B4. RGB value is (182,123,180). Sum of RGB (Red+Green+Blue) = 182+123+180=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 182 - color contains mainly: red. Hex color #B67BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67BB4 is #49844B. Grayscale: #929292. Windows color (decimal): -4817996 or 11828150. OLE color: 11828150.

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

Color convert

RGB182123180-
CMYK00.320.010.29
HSL302.03º28.78%59.8%-
HSV(B)302.03º32.42%71.37%-
XYZ34.6127.4146.65-
YUV147.14146.55152.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.53%
GREEN value IS 123 (48.44% from 255) = 25.36%
BLUE value IS 180 (70.70% from 255) = 37.11%
R=37.53%
G=25.36%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212318000.320.010.29302.0328.7859.8
HexB67BB402011D12e1d3c
Octal2661732640401354563574
Binary10110110111101110110100010000011110110010111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67BB4; }

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

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

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

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

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

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

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

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