#B382B7

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

Shades of London Hue #B382B7

Tints of London Hue #B382B7

Color information

#B382B7 (or 0xB382B7) is unknown color: approx London Hue. HEX triplet: B3, 82 and B7. RGB value is (179,130,183). Sum of RGB (Red+Green+Blue) = 179+130+183=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 183 - color contains mainly: blue. Hex color #B382B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B382B7 is #4C7D48. Grayscale: #969696. Windows color (decimal): -5012809 or 12026547. OLE color: 12026547.

HSL color Cylindrical-coordinate representation of color #B382B7: hue angle of 295.47º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B382B7 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB179130183-
CMYK0.020.2900.28
HSL295.47º26.9%61.37%-
HSV(B)295.47º28.96%71.76%-
XYZ35.1228.9748.54-
YUV150.69146.23148.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.38%
GREEN value IS 130 (51.17% from 255) = 26.42%
BLUE value IS 183 (71.88% from 255) = 37.20%
R=36.38%
G=26.42%
B=37.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1791301830.020.2900.28295.4726.961.37
HexB382B721D01C1271b3d
Octal2632022672350344473375
Binary101100111000001010110111101110101110010010011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B382B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B382B7; }

 p { color: rgb(179,130,183); }

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

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

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

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

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

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

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