#B381B1

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

Shades of London Hue #B381B1

Tints of London Hue #B381B1

Color information

#B381B1 (or 0xB381B1) is unknown color: approx London Hue. HEX triplet: B3, 81 and B1. RGB value is (179,129,177). Sum of RGB (Red+Green+Blue) = 179+129+177=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 179 - color contains mainly: red. Hex color #B381B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B381B1 is #4C7E4E. Grayscale: #959595. Windows color (decimal): -5013071 or 11633075. OLE color: 11633075.

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

Color convert

RGB179129177-
CMYK00.280.010.30
HSL302.4º24.75%60.39%-
HSV(B)302.4º27.93%70.2%-
XYZ34.3828.4645.28-
YUV149.42143.56149.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.91%
GREEN value IS 129 (50.78% from 255) = 26.60%
BLUE value IS 177 (69.53% from 255) = 36.49%
R=36.91%
G=26.60%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912917700.280.010.30302.424.7560.39
HexB381B101C11E12e193c
Octal2632012610341364563174
Binary10110011100000011011000101110011111010010111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B381B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B381B1; }

 p { color: rgb(179,129,177); }

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

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

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

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

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

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

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