#BD7BE9

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

Shades of Wisteria #BD7BE9

Tints of Wisteria #BD7BE9

Color information

#BD7BE9 (or 0xBD7BE9) is unknown color: approx Wisteria. HEX triplet: BD, 7B and E9. RGB value is (189,123,233). Sum of RGB (Red+Green+Blue) = 189+123+233=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 233 (91.41% from 255 or 42.75% from 545); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD7BE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7BE9 is #428416. Grayscale: #9A9A9A. Windows color (decimal): -4359191 or 15301565. OLE color: 15301565.

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

Color convert

RGB189123233-
CMYK0.190.4700.09
HSL276º71.43%69.8%-
HSV(B)276º47.21%91.37%-
XYZ42.7830.8780.79-
YUV155.27171.87152.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 123 (48.44% from 255) = 22.57%
BLUE value IS 233 (91.41% from 255) = 42.75%
R=34.68%
G=22.57%
B=42.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891232330.190.4700.0927671.4369.8
HexBD7BE9132F091144746
Octal2751733512357011424107106
Binary10111101111101111101001100111011110100110001010010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7BE9; }

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

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

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

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

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

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

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

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