#BD8CE2

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

Shades of Wisteria #BD8CE2

Tints of Wisteria #BD8CE2

Color information

#BD8CE2 (or 0xBD8CE2) is unknown color: approx Wisteria. HEX triplet: BD, 8C and E2. RGB value is (189,140,226). Sum of RGB (Red+Green+Blue) = 189+140+226=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 226 (88.67% from 255 or 40.72% from 555); Max value from RGB is 226 - color contains mainly: blue. Hex color #BD8CE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8CE2 is #42731D. Grayscale: #A4A4A4. Windows color (decimal): -4354846 or 14847165. OLE color: 14847165.

HSL color Cylindrical-coordinate representation of color #BD8CE2: hue angle of 274.19º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD8CE2 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189140226-
CMYK0.160.3800.11
HSL274.19º59.72%71.76%-
HSV(B)274.19º38.05%88.63%-
XYZ44.0935.0776.4-
YUV164.46162.73145.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 140 (55.08% from 255) = 25.23%
BLUE value IS 226 (88.67% from 255) = 40.72%
R=34.05%
G=25.23%
B=40.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1891402260.160.3800.11274.1959.7271.76
HexBD8CE210260B1123c48
Octal275214342204601342274110
Binary10111101100011001110001010000100110010111000100101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8CE2; }

 p { color: rgb(189,140,226); }

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

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

 a { background-color: rgb(189,140,226); }

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

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

 span { border-color: rgb(189,140,226); }

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