#B683BA

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

Shades of London Hue #B683BA

Tints of London Hue #B683BA

Color information

#B683BA (or 0xB683BA) is unknown color: approx London Hue. HEX triplet: B6, 83 and BA. RGB value is (182,131,186). Sum of RGB (Red+Green+Blue) = 182+131+186=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 186 - color contains mainly: blue. Hex color #B683BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B683BA is #497C45. Grayscale: #989898. Windows color (decimal): -4815942 or 12223414. OLE color: 12223414.

HSL color Cylindrical-coordinate representation of color #B683BA: hue angle of 295.64º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B683BA is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182131186-
CMYK0.020.3000.27
HSL295.64º28.5%62.16%-
HSV(B)295.64º29.57%72.94%-
XYZ36.2729.7250.28-
YUV152.52146.9149.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 131 (51.56% from 255) = 26.25%
BLUE value IS 186 (73.05% from 255) = 37.27%
R=36.47%
G=26.25%
B=37.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821311860.020.3000.27295.6428.562.16
HexB683BA21E01B1281c3e
Octal2662032722360334503476
Binary101101101000001110111010101111001101110010100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B683BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B683BA; }

 p { color: rgb(182,131,186); }

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

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

 a { background-color: rgb(182,131,186); }

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

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

 span { border-color: rgb(182,131,186); }

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