#BD7BE0

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

Shades of Wisteria #BD7BE0

Tints of Wisteria #BD7BE0

Color information

#BD7BE0 (or 0xBD7BE0) is unknown color: approx Wisteria. HEX triplet: BD, 7B and E0. RGB value is (189,123,224). Sum of RGB (Red+Green+Blue) = 189+123+224=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD7BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7BE0 is #42841F. Grayscale: #999999. Windows color (decimal): -4359200 or 14711741. OLE color: 14711741.

HSL color Cylindrical-coordinate representation of color #BD7BE0: hue angle of 279.21º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD7BE0 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189123224-
CMYK0.160.4500.12
HSL279.21º61.96%68.04%-
HSV(B)279.21º45.09%87.84%-
XYZ41.5230.3774.19-
YUV154.25167.37152.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 123 (48.44% from 255) = 22.95%
BLUE value IS 224 (87.89% from 255) = 41.79%
R=35.26%
G=22.95%
B=41.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891232240.160.4500.12279.2161.9668.04
HexBD7BE0102D0C1173e44
Octal275173340205501442776104
Binary1011110111110111110000010000101101011001000101111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7BE0; }

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

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

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

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

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

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

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

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