#BF7ABE

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

Shades of London Hue #BF7ABE

Tints of London Hue #BF7ABE

Color information

#BF7ABE (or 0xBF7ABE) is unknown color: approx London Hue. HEX triplet: BF, 7A and BE. RGB value is (191,122,190). Sum of RGB (Red+Green+Blue) = 191+122+190=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7ABE is #408541. Grayscale: #969696. Windows color (decimal): -4228418 or 12483263. OLE color: 12483263.

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

Color convert

RGB191122190-
CMYK00.360.010.25
HSL300.87º35.03%61.37%-
HSV(B)300.87º36.13%74.9%-
XYZ37.7428.7152.27-
YUV150.38150.36156.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 122 (48.05% from 255) = 24.25%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=37.97%
G=24.25%
B=37.77%

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
Decimal19112219000.360.010.25300.8735.0361.37
HexBF7ABE02411912d233d
Octal2771722760441314554375
Binary101111111111010101111100100100111001100101101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7ABE; }

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

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

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

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

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

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

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

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