#BD8FCE

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

Shades of Wisteria #BD8FCE

Tints of Wisteria #BD8FCE

Color information

#BD8FCE (or 0xBD8FCE) is unknown color: approx Wisteria. HEX triplet: BD, 8F and CE. RGB value is (189,143,206). Sum of RGB (Red+Green+Blue) = 189+143+206=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD8FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FCE is #427031. Grayscale: #A3A3A3. Windows color (decimal): -4354098 or 13537213. OLE color: 13537213.

HSL color Cylindrical-coordinate representation of color #BD8FCE: hue angle of 283.81º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD8FCE is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB189143206-
CMYK0.080.3100.19
HSL283.81º39.13%68.43%-
HSV(B)283.81º30.58%80.78%-
XYZ41.9534.9262.92-
YUV163.94151.74145.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 143 (56.25% from 255) = 26.58%
BLUE value IS 206 (80.86% from 255) = 38.29%
R=35.13%
G=26.58%
B=38.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1891432060.080.3100.19283.8139.1368.43
HexBD8FCE81F01311c2744
Octal275217316103702343447104
Binary1011110110001111110011101000111110100111000111001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8FCE; }

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

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

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

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

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

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

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

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