#BD8FD0

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

Shades of Wisteria #BD8FD0

Tints of Wisteria #BD8FD0

Color information

#BD8FD0 (or 0xBD8FD0) is unknown color: approx Wisteria. HEX triplet: BD, 8F and D0. RGB value is (189,143,208). Sum of RGB (Red+Green+Blue) = 189+143+208=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD8FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FD0 is #42702F. Grayscale: #A3A3A3. Windows color (decimal): -4354096 or 13668285. OLE color: 13668285.

HSL color Cylindrical-coordinate representation of color #BD8FD0: hue angle of 282.46º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD8FD0 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189143208-
CMYK0.090.3100.18
HSL282.46º40.88%68.82%-
HSV(B)282.46º31.25%81.57%-
XYZ42.1935.0264.21-
YUV164.16152.74145.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 143 (56.25% from 255) = 26.48%
BLUE value IS 208 (81.64% from 255) = 38.52%
R=35%
G=26.48%
B=38.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891432080.090.3100.18282.4640.8868.82
HexBD8FD091F01211a2945
Octal275217320113702243251105
Binary1011110110001111110100001001111110100101000110101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8FD0; }

 p { color: rgb(189,143,208); }

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

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

 a { background-color: rgb(189,143,208); }

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

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

 span { border-color: rgb(189,143,208); }

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