#B38FB6

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

Shades of London Hue #B38FB6

Tints of London Hue #B38FB6

Color information

#B38FB6 (or 0xB38FB6) is unknown color: approx London Hue. HEX triplet: B3, 8F and B6. RGB value is (179,143,182). Sum of RGB (Red+Green+Blue) = 179+143+182=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 182 - color contains mainly: blue. Hex color #B38FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38FB6 is #4C7049. Grayscale: #9E9E9E. Windows color (decimal): -5009482 or 11964339. OLE color: 11964339.

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

Color convert

RGB179143182-
CMYK0.020.2100.29
HSL295.38º21.08%63.73%-
HSV(B)295.38º21.43%71.37%-
XYZ36.8632.6148.61-
YUV158.21141.43142.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 143 (56.25% from 255) = 28.37%
BLUE value IS 182 (71.48% from 255) = 36.11%
R=35.52%
G=28.37%
B=36.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791431820.020.2100.29295.3821.0863.73
HexB38FB621501D1271540
Octal26321726622503544725100
Binary1011001110001111101101101010101011101100100111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38FB6; }

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

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

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

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

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

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

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

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