#BD81EA

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

Shades of Wisteria #BD81EA

Tints of Wisteria #BD81EA

Color information

#BD81EA (or 0xBD81EA) is unknown color: approx Wisteria. HEX triplet: BD, 81 and EA. RGB value is (189,129,234). Sum of RGB (Red+Green+Blue) = 189+129+234=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD81EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD81EA is #427E15. Grayscale: #9E9E9E. Windows color (decimal): -4357654 or 15368637. OLE color: 15368637.

HSL color Cylindrical-coordinate representation of color #BD81EA: hue angle of 274.29º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD81EA is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189129234-
CMYK0.190.4500.08
HSL274.29º71.43%71.18%-
HSV(B)274.29º44.87%91.76%-
XYZ43.6932.4681.8-
YUV158.91170.38149.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.24%
GREEN value IS 129 (50.78% from 255) = 23.37%
BLUE value IS 234 (91.80% from 255) = 42.39%
R=34.24%
G=23.37%
B=42.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891292340.190.4500.08274.2971.4371.18
HexBD81EA132D081124747
Octal2752013522355010422107107
Binary101111011000000111101010100111011010100010001001010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD81EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD81EA; }

 p { color: rgb(189,129,234); }

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

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

 a { background-color: rgb(189,129,234); }

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

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

 span { border-color: rgb(189,129,234); }

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