#BD8FE0

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

Shades of Wisteria #BD8FE0

Tints of Wisteria #BD8FE0

Color information

#BD8FE0 (or 0xBD8FE0) is unknown color: approx Wisteria. HEX triplet: BD, 8F and E0. RGB value is (189,143,224). Sum of RGB (Red+Green+Blue) = 189+143+224=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD8FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FE0 is #42701F. Grayscale: #A5A5A5. Windows color (decimal): -4354080 or 14716861. OLE color: 14716861.

HSL color Cylindrical-coordinate representation of color #BD8FE0: hue angle of 274.07º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD8FE0 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189143224-
CMYK0.160.3600.12
HSL274.07º56.64%71.96%-
HSV(B)274.07º36.16%87.84%-
XYZ44.2635.8575.11-
YUV165.99160.74144.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 143 (56.25% from 255) = 25.72%
BLUE value IS 224 (87.89% from 255) = 40.29%
R=33.99%
G=25.72%
B=40.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891432240.160.3600.12274.0756.6471.96
HexBD8FE010240C1123948
Octal275217340204401442271110
Binary10111101100011111110000010000100100011001000100101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8FE0; }

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

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

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

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

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

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

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

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