#BF87B4

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

Shades of London Hue #BF87B4

Tints of London Hue #BF87B4

Color information

#BF87B4 (or 0xBF87B4) is unknown color: approx London Hue. HEX triplet: BF, 87 and B4. RGB value is (191,135,180). Sum of RGB (Red+Green+Blue) = 191+135+180=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BF87B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87B4 is #40784B. Grayscale: #9C9C9C. Windows color (decimal): -4225100 or 11831231. OLE color: 11831231.

HSL color Cylindrical-coordinate representation of color #BF87B4: hue angle of 311.79º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF87B4 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB191135180-
CMYK00.290.060.25
HSL311.79º30.43%63.92%-
HSV(B)311.79º29.32%74.9%-
XYZ38.3931.747.28-
YUV156.87141.05152.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 135 (53.12% from 255) = 26.68%
BLUE value IS 180 (70.70% from 255) = 35.57%
R=37.75%
G=26.68%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113518000.290.060.25311.7930.4363.92
HexBF87B401D6191381e40
Octal27720726403563147036100
Binary10111111100001111011010001110111011001100111000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF87B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF87B4; }

 p { color: rgb(191,135,180); }

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

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

 a { background-color: rgb(191,135,180); }

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

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

 span { border-color: rgb(191,135,180); }

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