#B38BB4

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

Shades of London Hue #B38BB4

Tints of London Hue #B38BB4

Color information

#B38BB4 (or 0xB38BB4) is unknown color: approx London Hue. HEX triplet: B3, 8B and B4. RGB value is (179,139,180). Sum of RGB (Red+Green+Blue) = 179+139+180=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 180 - color contains mainly: blue. Hex color #B38BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38BB4 is #4C744B. Grayscale: #9B9B9B. Windows color (decimal): -5010508 or 11832243. OLE color: 11832243.

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

Color convert

RGB179139180-
CMYK0.010.2300.29
HSL298.54º21.47%62.55%-
HSV(B)298.54º22.78%70.59%-
XYZ36.0631.3447.33-
YUV155.63141.75144.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.94%
GREEN value IS 139 (54.69% from 255) = 27.91%
BLUE value IS 180 (70.70% from 255) = 36.14%
R=35.94%
G=27.91%
B=36.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791391800.010.2300.29298.5421.4762.55
HexB38BB411701D12b153f
Octal2632132641270354532577
Binary10110011100010111011010011011101110110010101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38BB4; }

 p { color: rgb(179,139,180); }

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

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

 a { background-color: rgb(179,139,180); }

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

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

 span { border-color: rgb(179,139,180); }

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