#BD8BDF

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

Shades of Wisteria #BD8BDF

Tints of Wisteria #BD8BDF

Color information

#BD8BDF (or 0xBD8BDF) is unknown color: approx Wisteria. HEX triplet: BD, 8B and DF. RGB value is (189,139,223). Sum of RGB (Red+Green+Blue) = 189+139+223=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD8BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8BDF is #427420. Grayscale: #A3A3A3. Windows color (decimal): -4355105 or 14650301. OLE color: 14650301.

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

Color convert

RGB189139223-
CMYK0.150.3800.13
HSL275.71º56.76%70.98%-
HSV(B)275.71º37.67%87.45%-
XYZ43.5434.6174.2-
YUV163.53161.56146.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.30%
GREEN value IS 139 (54.69% from 255) = 25.23%
BLUE value IS 223 (87.5% from 255) = 40.47%
R=34.30%
G=25.23%
B=40.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891392230.150.3800.13275.7156.7670.98
HexBD8BDFF260D1143947
Octal275213337174601542471107
Binary1011110110001011110111111111100110011011000101001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8BDF; }

 p { color: rgb(189,139,223); }

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

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

 a { background-color: rgb(189,139,223); }

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

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

 span { border-color: rgb(189,139,223); }

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