#BD7FBE

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

Shades of London Hue #BD7FBE

Tints of London Hue #BD7FBE

Color information

#BD7FBE (or 0xBD7FBE) is unknown color: approx London Hue. HEX triplet: BD, 7F and BE. RGB value is (189,127,190). Sum of RGB (Red+Green+Blue) = 189+127+190=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD7FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7FBE is #428041. Grayscale: #989898. Windows color (decimal): -4358210 or 12484541. OLE color: 12484541.

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

Color convert

RGB189127190-
CMYK0.010.3300.25
HSL299.05º32.64%62.16%-
HSV(B)299.05º33.16%74.51%-
XYZ37.8729.7252.45-
YUV152.72149.04153.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.35%
GREEN value IS 127 (50% from 255) = 25.10%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=37.35%
G=25.10%
B=37.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891271900.010.3300.25299.0532.6462.16
HexBD7FBE12101912b213e
Octal2751772761410314534176
Binary101111011111111101111101100001011001100101011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7FBE; }

 p { color: rgb(189,127,190); }

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

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

 a { background-color: rgb(189,127,190); }

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

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

 span { border-color: rgb(189,127,190); }

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