#B397B3

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

Shades of London Hue #B397B3

Tints of London Hue #B397B3

Color information

#B397B3 (or 0xB397B3) is unknown color: approx London Hue. HEX triplet: B3, 97 and B3. RGB value is (179,151,179). Sum of RGB (Red+Green+Blue) = 179+151+179=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B397B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397B3 is #4C684C. Grayscale: #A2A2A2. Windows color (decimal): -5007437 or 11769779. OLE color: 11769779.

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

Color convert

RGB179151179-
CMYK00.1600.30
HSL300º15.56%64.71%-
HSV(B)300º15.64%70.2%-
XYZ37.7934.9747.41-
YUV162.56137.28139.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.17%
GREEN value IS 151 (59.38% from 255) = 29.67%
BLUE value IS 179 (70.31% from 255) = 35.17%
R=35.17%
G=29.67%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915117900.1600.3030015.5664.71
HexB397B301001E12c1041
Octal26322726302003645420101
Binary101100111001011110110011010000011110100101100100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B397B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B397B3; }

 p { color: rgb(179,151,179); }

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

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

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

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

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

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

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