#B381B3

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

Shades of London Hue #B381B3

Tints of London Hue #B381B3

Color information

#B381B3 (or 0xB381B3) is unknown color: approx London Hue. HEX triplet: B3, 81 and B3. RGB value is (179,129,179). Sum of RGB (Red+Green+Blue) = 179+129+179=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B381B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B381B3 is #4C7E4C. Grayscale: #959595. Windows color (decimal): -5013069 or 11764147. OLE color: 11764147.

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

Color convert

RGB179129179-
CMYK00.2800.30
HSL300º24.75%60.39%-
HSV(B)300º27.93%70.2%-
XYZ34.5828.5446.33-
YUV149.65144.56148.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.76%
GREEN value IS 129 (50.78% from 255) = 26.49%
BLUE value IS 179 (70.31% from 255) = 36.76%
R=36.76%
G=26.49%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912917900.2800.3030024.7560.39
HexB381B301C01E12c193c
Octal2632012630340364543174
Binary10110011100000011011001101110001111010010110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B381B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B381B3; }

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

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

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

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

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

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

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

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