#BD7FE9

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

Shades of Wisteria #BD7FE9

Tints of Wisteria #BD7FE9

Color information

#BD7FE9 (or 0xBD7FE9) is unknown color: approx Wisteria. HEX triplet: BD, 7F and E9. RGB value is (189,127,233). Sum of RGB (Red+Green+Blue) = 189+127+233=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 233 (91.41% from 255 or 42.44% from 549); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD7FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7FE9 is #428016. Grayscale: #9D9D9D. Windows color (decimal): -4358167 or 15302589. OLE color: 15302589.

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

Color convert

RGB189127233-
CMYK0.190.4500.09
HSL275.09º70.67%70.59%-
HSV(B)275.09º45.49%91.37%-
XYZ43.2831.8880.96-
YUV157.62170.54150.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.43%
GREEN value IS 127 (50% from 255) = 23.13%
BLUE value IS 233 (91.41% from 255) = 42.44%
R=34.43%
G=23.13%
B=42.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891272330.190.4500.09275.0970.6770.59
HexBD7FE9132D091134747
Octal2751773512355011423107107
Binary10111101111111111101001100111011010100110001001110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7FE9; }

 p { color: rgb(189,127,233); }

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

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

 a { background-color: rgb(189,127,233); }

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

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

 span { border-color: rgb(189,127,233); }

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