#B883B2

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

Shades of London Hue #B883B2

Tints of London Hue #B883B2

Color information

#B883B2 (or 0xB883B2) is unknown color: approx London Hue. HEX triplet: B8, 83 and B2. RGB value is (184,131,178). Sum of RGB (Red+Green+Blue) = 184+131+178=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 184 - color contains mainly: red. Hex color #B883B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B883B2 is #477C4D. Grayscale: #989898. Windows color (decimal): -4684878 or 11699128. OLE color: 11699128.

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

Color convert

RGB184131178-
CMYK00.290.030.28
HSL306.79º27.18%61.76%-
HSV(B)306.79º28.8%72.16%-
XYZ35.9229.6445.95-
YUV152.2142.56150.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.32%
GREEN value IS 131 (51.56% from 255) = 26.57%
BLUE value IS 178 (69.92% from 255) = 36.11%
R=37.32%
G=26.57%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413117800.290.030.28306.7927.1861.76
HexB883B201D31C1331b3e
Octal2702032620353344633376
Binary101110001000001110110010011101111110010011001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B883B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B883B2; }

 p { color: rgb(184,131,178); }

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

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

 a { background-color: rgb(184,131,178); }

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

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

 span { border-color: rgb(184,131,178); }

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