#B874B2

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

Shades of London Hue #B874B2

Tints of London Hue #B874B2

Color information

#B874B2 (or 0xB874B2) is unknown color: approx London Hue. HEX triplet: B8, 74 and B2. RGB value is (184,116,178). Sum of RGB (Red+Green+Blue) = 184+116+178=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 184 - color contains mainly: red. Hex color #B874B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B874B2 is #478B4D. Grayscale: #8F8F8F. Windows color (decimal): -4688718 or 11695288. OLE color: 11695288.

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

Color convert

RGB184116178-
CMYK00.370.030.28
HSL305.29º32.38%58.82%-
HSV(B)305.29º36.96%72.16%-
XYZ34.0525.945.32-
YUV143.4147.53156.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.49%
GREEN value IS 116 (45.70% from 255) = 24.27%
BLUE value IS 178 (69.92% from 255) = 37.24%
R=38.49%
G=24.27%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411617800.370.030.28305.2932.3858.82
HexB874B202531C131203b
Octal2701642620453344614073
Binary1011100011101001011001001001011111100100110001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B874B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B874B2; }

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

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

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

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

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

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

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

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