#BD85FA

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

Shades of Wisteria #BD85FA

Tints of Wisteria #BD85FA

Color information

#BD85FA (or 0xBD85FA) is unknown color: approx Wisteria. HEX triplet: BD, 85 and FA. RGB value is (189,133,250). Sum of RGB (Red+Green+Blue) = 189+133+250=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD85FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD85FA is #427A05. Grayscale: #A2A2A2. Windows color (decimal): -4356614 or 16418237. OLE color: 16418237.

HSL color Cylindrical-coordinate representation of color #BD85FA: hue angle of 268.72º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD85FA is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189133250-
CMYK0.240.4700.02
HSL268.72º92.13%75.1%-
HSV(B)268.72º46.8%98.04%-
XYZ46.6334.594.64-
YUV163.08177.05146.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.04%
GREEN value IS 133 (52.34% from 255) = 23.25%
BLUE value IS 250 (98.05% from 255) = 43.71%
R=33.04%
G=23.25%
B=43.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891332500.240.4700.02268.7292.1375.1
HexBD85FA182F0210d5c4b
Octal275205372305702415134113
Binary1011110110000101111110101100010111101010000110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD85FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD85FA; }

 p { color: rgb(189,133,250); }

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

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

 a { background-color: rgb(189,133,250); }

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

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

 span { border-color: rgb(189,133,250); }

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