#B874B3

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

Shades of London Hue #B874B3

Tints of London Hue #B874B3

Color information

#B874B3 (or 0xB874B3) is unknown color: approx London Hue. HEX triplet: B8, 74 and B3. RGB value is (184,116,179). Sum of RGB (Red+Green+Blue) = 184+116+179=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 184 - color contains mainly: red. Hex color #B874B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B874B3 is #478B4C. Grayscale: #8F8F8F. Windows color (decimal): -4688717 or 11760824. OLE color: 11760824.

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

Color convert

RGB184116179-
CMYK00.370.030.28
HSL304.41º32.38%58.82%-
HSV(B)304.41º36.96%72.16%-
XYZ34.1525.9445.85-
YUV143.51148.03156.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.41%
GREEN value IS 116 (45.70% from 255) = 24.22%
BLUE value IS 179 (70.31% from 255) = 37.37%
R=38.41%
G=24.22%
B=37.37%

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
Decimal18411617900.370.030.28304.4132.3858.82
HexB874B302531C130203b
Octal2701642630453344604073
Binary1011100011101001011001101001011111100100110000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B874B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B874B3; }

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

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

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

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

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

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

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

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