#B381B0

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

Shades of London Hue #B381B0

Tints of London Hue #B381B0

Color information

#B381B0 (or 0xB381B0) is unknown color: approx London Hue. HEX triplet: B3, 81 and B0. RGB value is (179,129,176). Sum of RGB (Red+Green+Blue) = 179+129+176=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 179 - color contains mainly: red. Hex color #B381B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B381B0 is #4C7E4F. Grayscale: #959595. Windows color (decimal): -5013072 or 11567539. OLE color: 11567539.

HSL color Cylindrical-coordinate representation of color #B381B0: hue angle of 303.6º 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 #B381B0 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB179129176-
CMYK00.280.020.30
HSL303.6º24.75%60.39%-
HSV(B)303.6º27.93%70.2%-
XYZ34.2828.4244.75-
YUV149.31143.06149.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.98%
GREEN value IS 129 (50.78% from 255) = 26.65%
BLUE value IS 176 (69.14% from 255) = 36.36%
R=36.98%
G=26.65%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912917600.280.020.30303.624.7560.39
HexB381B001C21E130193c
Octal2632012600342364603174
Binary101100111000000110110000011100101111010011000011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B381B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B381B0; }

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

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

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

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

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

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

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

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