#BD83B1

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

Shades of London Hue #BD83B1

Tints of London Hue #BD83B1

Color information

#BD83B1 (or 0xBD83B1) is unknown color: approx London Hue. HEX triplet: BD, 83 and B1. RGB value is (189,131,177). Sum of RGB (Red+Green+Blue) = 189+131+177=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BD83B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD83B1 is #427C4E. Grayscale: #999999. Windows color (decimal): -4357199 or 11633597. OLE color: 11633597.

HSL color Cylindrical-coordinate representation of color #BD83B1: hue angle of 312.41º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD83B1 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB189131177-
CMYK00.310.060.26
HSL312.41º30.53%62.75%-
HSV(B)312.41º30.69%74.12%-
XYZ37.0430.2345.48-
YUV153.59141.22153.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 131 (51.56% from 255) = 26.36%
BLUE value IS 177 (69.53% from 255) = 35.61%
R=38.03%
G=26.36%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913117700.310.060.26312.4130.5362.75
HexBD83B101F61A1381f3f
Octal2752032610376324703777
Binary1011110110000011101100010111111101101010011100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD83B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD83B1; }

 p { color: rgb(189,131,177); }

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

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

 a { background-color: rgb(189,131,177); }

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

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

 span { border-color: rgb(189,131,177); }

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