#BF7BBE

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

Shades of London Hue #BF7BBE

Tints of London Hue #BF7BBE

Color information

#BF7BBE (or 0xBF7BBE) is unknown color: approx London Hue. HEX triplet: BF, 7B and BE. RGB value is (191,123,190). Sum of RGB (Red+Green+Blue) = 191+123+190=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BBE is #408441. Grayscale: #969696. Windows color (decimal): -4228162 or 12483519. OLE color: 12483519.

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

Color convert

RGB191123190-
CMYK00.360.010.25
HSL300.88º34.69%61.57%-
HSV(B)300.88º35.6%74.9%-
XYZ37.8628.9652.31-
YUV150.97150.03156.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 123 (48.44% from 255) = 24.40%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=37.90%
G=24.40%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112319000.360.010.25300.8834.6961.57
HexBF7BBE02411912d233e
Octal2771732760441314554376
Binary101111111111011101111100100100111001100101101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7BBE; }

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

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

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

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

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

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

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

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