#BF7EBA

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

Shades of London Hue #BF7EBA

Tints of London Hue #BF7EBA

Color information

#BF7EBA (or 0xBF7EBA) is unknown color: approx London Hue. HEX triplet: BF, 7E and BA. RGB value is (191,126,186). Sum of RGB (Red+Green+Blue) = 191+126+186=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7EBA is #408145. Grayscale: #989898. Windows color (decimal): -4227398 or 12222143. OLE color: 12222143.

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

Color convert

RGB191126186-
CMYK00.340.030.25
HSL304.62º33.68%62.16%-
HSV(B)304.62º34.03%74.9%-
XYZ37.8129.5450.16-
YUV152.27147.03155.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 126 (49.61% from 255) = 25.05%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=37.97%
G=25.05%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112618600.340.030.25304.6233.6862.16
HexBF7EBA022319131223e
Octal2771762720423314614276
Binary1011111111111101011101001000101111001100110001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7EBA; }

 p { color: rgb(191,126,186); }

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

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

 a { background-color: rgb(191,126,186); }

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

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

 span { border-color: rgb(191,126,186); }

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