#BD8CDE

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

Shades of Wisteria #BD8CDE

Tints of Wisteria #BD8CDE

Color information

#BD8CDE (or 0xBD8CDE) is unknown color: approx Wisteria. HEX triplet: BD, 8C and DE. RGB value is (189,140,222). Sum of RGB (Red+Green+Blue) = 189+140+222=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD8CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8CDE is #427321. Grayscale: #A3A3A3. Windows color (decimal): -4354850 or 14585021. OLE color: 14585021.

HSL color Cylindrical-coordinate representation of color #BD8CDE: hue angle of 275.85º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD8CDE is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189140222-
CMYK0.150.3700.13
HSL275.85º55.41%70.98%-
HSV(B)275.85º36.94%87.06%-
XYZ43.5534.8573.54-
YUV164160.73145.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.30%
GREEN value IS 140 (55.08% from 255) = 25.41%
BLUE value IS 222 (87.11% from 255) = 40.29%
R=34.30%
G=25.41%
B=40.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891402220.150.3700.13275.8555.4170.98
HexBD8CDEF250D1143747
Octal275214336174501542467107
Binary1011110110001100110111101111100101011011000101001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8CDE; }

 p { color: rgb(189,140,222); }

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

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

 a { background-color: rgb(189,140,222); }

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

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

 span { border-color: rgb(189,140,222); }

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