#B392B3

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

Shades of London Hue #B392B3

Tints of London Hue #B392B3

Color information

#B392B3 (or 0xB392B3) is unknown color: approx London Hue. HEX triplet: B3, 92 and B3. RGB value is (179,146,179). Sum of RGB (Red+Green+Blue) = 179+146+179=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B392B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B392B3 is #4C6D4C. Grayscale: #9F9F9F. Windows color (decimal): -5008717 or 11768499. OLE color: 11768499.

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

Color convert

RGB179146179-
CMYK00.1800.30
HSL300º17.84%63.73%-
HSV(B)300º18.44%70.2%-
XYZ37.0133.447.14-
YUV159.63138.93141.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 146 (57.42% from 255) = 28.97%
BLUE value IS 179 (70.31% from 255) = 35.52%
R=35.52%
G=28.97%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914617900.1800.3030017.8463.73
HexB392B301201E12c1240
Octal26322226302203645422100
Binary101100111001001010110011010010011110100101100100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B392B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B392B3; }

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

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

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

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

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

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

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

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