#B38CB0

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

Shades of London Hue #B38CB0

Tints of London Hue #B38CB0

Color information

#B38CB0 (or 0xB38CB0) is unknown color: approx London Hue. HEX triplet: B3, 8C and B0. RGB value is (179,140,176). Sum of RGB (Red+Green+Blue) = 179+140+176=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 179 - color contains mainly: red. Hex color #B38CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38CB0 is #4C734F. Grayscale: #9B9B9B. Windows color (decimal): -5010256 or 11570355. OLE color: 11570355.

HSL color Cylindrical-coordinate representation of color #B38CB0: hue angle of 304.62º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B38CB0 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB179140176-
CMYK00.220.020.30
HSL304.62º20.42%62.55%-
HSV(B)304.62º21.79%70.2%-
XYZ35.831.4745.26-
YUV155.76139.42144.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.16%
GREEN value IS 140 (55.08% from 255) = 28.28%
BLUE value IS 176 (69.14% from 255) = 35.56%
R=36.16%
G=28.28%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914017600.220.020.30304.6220.4262.55
HexB38CB001621E131143f
Octal2632142600262364612477
Binary101100111000110010110000010110101111010011000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38CB0; }

 p { color: rgb(179,140,176); }

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

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

 a { background-color: rgb(179,140,176); }

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

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

 span { border-color: rgb(179,140,176); }

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