#BD83F6

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

Shades of Wisteria #BD83F6

Tints of Wisteria #BD83F6

Color information

#BD83F6 (or 0xBD83F6) is unknown color: approx Wisteria. HEX triplet: BD, 83 and F6. RGB value is (189,131,246). Sum of RGB (Red+Green+Blue) = 189+131+246=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD83F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD83F6 is #427C09. Grayscale: #A1A1A1. Windows color (decimal): -4357130 or 16155581. OLE color: 16155581.

HSL color Cylindrical-coordinate representation of color #BD83F6: hue angle of 270.26º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD83F6 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189131246-
CMYK0.230.4700.04
HSL270.26º86.47%73.92%-
HSV(B)270.26º46.75%96.47%-
XYZ45.7433.7191.28-
YUV161.45175.72147.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.39%
GREEN value IS 131 (51.56% from 255) = 23.14%
BLUE value IS 246 (96.48% from 255) = 43.46%
R=33.39%
G=23.14%
B=43.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1891312460.230.4700.04270.2686.4773.92
HexBD83F6172F0410e564a
Octal275203366275704416126112
Binary10111101100000111111011010111101111010010000111010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD83F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD83F6; }

 p { color: rgb(189,131,246); }

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

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

 a { background-color: rgb(189,131,246); }

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

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

 span { border-color: rgb(189,131,246); }

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