#BF83BE

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

Shades of London Hue #BF83BE

Tints of London Hue #BF83BE

Color information

#BF83BE (or 0xBF83BE) is unknown color: approx London Hue. HEX triplet: BF, 83 and BE. RGB value is (191,131,190). Sum of RGB (Red+Green+Blue) = 191+131+190=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BF83BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF83BE is #407C41. Grayscale: #9B9B9B. Windows color (decimal): -4226114 or 12485567. OLE color: 12485567.

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

Color convert

RGB191131190-
CMYK00.310.010.25
HSL301º31.91%63.14%-
HSV(B)301º31.41%74.9%-
XYZ38.931.0352.65-
YUV155.67147.38153.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 131 (51.56% from 255) = 25.59%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=37.30%
G=25.59%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113119000.310.010.2530131.9163.14
HexBF83BE01F11912d203f
Octal2772032760371314554077
Binary101111111000001110111110011111111001100101101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF83BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF83BE; }

 p { color: rgb(191,131,190); }

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

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

 a { background-color: rgb(191,131,190); }

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

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

 span { border-color: rgb(191,131,190); }

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