#bd7fb3

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

Shades of London Hue #BD7FB3

Tints of London Hue #BD7FB3

Color information

#BD7FB3 (or 0xBD7FB3) is unknown color: approx London Hue. HEX triplet: BD, 7F and B3. RGB value is (189,127,179). Sum of RGB (Red+Green+Blue) = 189+127+179=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7FB3 is #42804C. Grayscale: #979797. Windows color (decimal): -4358221 or 11763645. OLE color: 11763645.

HSL color Cylindrical-coordinate representation of color #BD7FB3: hue angle of 309.68º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD7FB3 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB189127179-
CMYK00.330.050.26
HSL309.68º31.96%61.96%-
HSV(B)309.68º32.8%74.12%-
XYZ36.7129.2546.36-
YUV151.47143.54154.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.18%
GREEN value IS 127 (50% from 255) = 25.66%
BLUE value IS 179 (70.31% from 255) = 36.16%
R=38.18%
G=25.66%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912717900.330.050.26309.6831.9661.96
HexBD7FB302151A136203e
Octal2751772630415324664076
Binary10111101111111110110011010000110111010100110110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd7fb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd7fb3; }

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

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

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

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

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

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

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

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