#BD8EE0

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

Shades of Wisteria #BD8EE0

Tints of Wisteria #BD8EE0

Color information

#BD8EE0 (or 0xBD8EE0) is unknown color: approx Wisteria. HEX triplet: BD, 8E and E0. RGB value is (189,142,224). Sum of RGB (Red+Green+Blue) = 189+142+224=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD8EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8EE0 is #42711F. Grayscale: #A5A5A5. Windows color (decimal): -4354336 or 14716605. OLE color: 14716605.

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

Color convert

RGB189142224-
CMYK0.160.3700.12
HSL274.39º56.94%71.76%-
HSV(B)274.39º36.61%87.84%-
XYZ44.1135.5575.06-
YUV165.4161.07144.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 142 (55.86% from 255) = 25.59%
BLUE value IS 224 (87.89% from 255) = 40.36%
R=34.05%
G=25.59%
B=40.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891422240.160.3700.12274.3956.9471.76
HexBD8EE010250C1123948
Octal275216340204501442271110
Binary10111101100011101110000010000100101011001000100101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8EE0; }

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

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

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

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

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

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

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

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