#BD85EB

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

Shades of Wisteria #BD85EB

Tints of Wisteria #BD85EB

Color information

#BD85EB (or 0xBD85EB) is unknown color: approx Wisteria. HEX triplet: BD, 85 and EB. RGB value is (189,133,235). Sum of RGB (Red+Green+Blue) = 189+133+235=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD85EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD85EB is #427A14. Grayscale: #A1A1A1. Windows color (decimal): -4356629 or 15435197. OLE color: 15435197.

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

Color convert

RGB189133235-
CMYK0.200.4300.08
HSL272.94º71.83%72.16%-
HSV(B)272.94º43.4%92.16%-
XYZ44.3733.5982.74-
YUV161.37169.55147.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 133 (52.34% from 255) = 23.88%
BLUE value IS 235 (92.19% from 255) = 42.19%
R=33.93%
G=23.88%
B=42.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891332350.200.4300.08272.9471.8372.16
HexBD85EB142B081114848
Octal2752053532453010421110110
Binary101111011000010111101011101001010110100010001000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD85EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD85EB; }

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

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

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

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

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

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

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

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