#BD83C0

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

Shades of London Hue #BD83C0

Tints of London Hue #BD83C0

Color information

#BD83C0 (or 0xBD83C0) is unknown color: approx London Hue. HEX triplet: BD, 83 and C0. RGB value is (189,131,192). Sum of RGB (Red+Green+Blue) = 189+131+192=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD83C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD83C0 is #427C3F. Grayscale: #9B9B9B. Windows color (decimal): -4357184 or 12616637. OLE color: 12616637.

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

Color convert

RGB189131192-
CMYK0.020.3200.25
HSL297.05º32.62%63.33%-
HSV(B)297.05º31.77%75.29%-
XYZ38.6230.8653.79-
YUV155.3148.72152.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 131 (51.56% from 255) = 25.59%
BLUE value IS 192 (75.39% from 255) = 37.5%
R=36.91%
G=25.59%
B=37.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891311920.020.3200.25297.0532.6263.33
HexBD83C0220019129213f
Octal2752033002400314514177
Binary10111101100000111100000010100000011001100101001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD83C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD83C0; }

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

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

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

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

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

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

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

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