#B375B3

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

Shades of London Hue #B375B3

Tints of London Hue #B375B3

Color information

#B375B3 (or 0xB375B3) is unknown color: approx London Hue. HEX triplet: B3, 75 and B3. RGB value is (179,117,179). Sum of RGB (Red+Green+Blue) = 179+117+179=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B375B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375B3 is #4C8A4C. Grayscale: #8E8E8E. Windows color (decimal): -5016141 or 11761075. OLE color: 11761075.

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

Color convert

RGB179117179-
CMYK00.3500.30
HSL300º28.97%58.04%-
HSV(B)300º34.64%70.2%-
XYZ33.0925.5645.84-
YUV142.61148.54153.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.68%
GREEN value IS 117 (46.09% from 255) = 24.63%
BLUE value IS 179 (70.31% from 255) = 37.68%
R=37.68%
G=24.63%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911717900.3500.3030028.9758.04
HexB375B302301E12c1d3a
Octal2631652630430364543572
Binary10110011111010110110011010001101111010010110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B375B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B375B3; }

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

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

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

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

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

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

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

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