#BF81BC

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

Shades of London Hue #BF81BC

Tints of London Hue #BF81BC

Color information

#BF81BC (or 0xBF81BC) is unknown color: approx London Hue. HEX triplet: BF, 81 and BC. RGB value is (191,129,188). Sum of RGB (Red+Green+Blue) = 191+129+188=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BF81BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF81BC is #407E43. Grayscale: #9A9A9A. Windows color (decimal): -4226628 or 12353983. OLE color: 12353983.

HSL color Cylindrical-coordinate representation of color #BF81BC: hue angle of 302.9º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF81BC is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB191129188-
CMYK00.320.020.25
HSL302.9º32.63%62.75%-
HSV(B)302.9º32.46%74.9%-
XYZ38.4130.4151.42-
YUV154.26147.04154.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 129 (50.78% from 255) = 25.39%
BLUE value IS 188 (73.83% from 255) = 37.01%
R=37.60%
G=25.39%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112918800.320.020.25302.932.6362.75
HexBF81BC02021912f213f
Octal2772012740402314574177
Binary10111111100000011011110001000001011001100101111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF81BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF81BC; }

 p { color: rgb(191,129,188); }

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

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

 a { background-color: rgb(191,129,188); }

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

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

 span { border-color: rgb(191,129,188); }

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