#BD7FED

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

Shades of Wisteria #BD7FED

Tints of Wisteria #BD7FED

Color information

#BD7FED (or 0xBD7FED) is unknown color: approx Wisteria. HEX triplet: BD, 7F and ED. RGB value is (189,127,237). Sum of RGB (Red+Green+Blue) = 189+127+237=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD7FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7FED is #428012. Grayscale: #9D9D9D. Windows color (decimal): -4358163 or 15564733. OLE color: 15564733.

HSL color Cylindrical-coordinate representation of color #BD7FED: hue angle of 273.82º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD7FED is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189127237-
CMYK0.200.4600.07
HSL273.82º75.34%71.37%-
HSV(B)273.82º46.41%92.94%-
XYZ43.8632.1184.01-
YUV158.08172.54150.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.18%
GREEN value IS 127 (50% from 255) = 22.97%
BLUE value IS 237 (92.97% from 255) = 42.86%
R=34.18%
G=22.97%
B=42.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891272370.200.4600.07273.8275.3471.37
HexBD7FED142E071124b47
Octal275177355245607422113107
Binary1011110111111111110110110100101110011110001001010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7FED; }

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

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

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

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

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

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

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

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