#B67BB3

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

Shades of London Hue #B67BB3

Tints of London Hue #B67BB3

Color information

#B67BB3 (or 0xB67BB3) is unknown color: approx London Hue. HEX triplet: B6, 7B and B3. RGB value is (182,123,179). Sum of RGB (Red+Green+Blue) = 182+123+179=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 182 - color contains mainly: red. Hex color #B67BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67BB3 is #49844C. Grayscale: #929292. Windows color (decimal): -4817997 or 11762614. OLE color: 11762614.

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

Color convert

RGB182123179-
CMYK00.320.020.29
HSL303.05º28.78%59.8%-
HSV(B)303.05º32.42%71.37%-
XYZ34.5127.3746.11-
YUV147.02146.05152.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.60%
GREEN value IS 123 (48.44% from 255) = 25.41%
BLUE value IS 179 (70.31% from 255) = 36.98%
R=37.60%
G=25.41%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212317900.320.020.29303.0528.7859.8
HexB67BB302021D12f1d3c
Octal2661732630402354573574
Binary101101101111011101100110100000101110110010111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67BB3; }

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

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

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

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

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

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

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

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