#BD7BDF

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

Shades of Wisteria #BD7BDF

Tints of Wisteria #BD7BDF

Color information

#BD7BDF (or 0xBD7BDF) is unknown color: approx Wisteria. HEX triplet: BD, 7B and DF. RGB value is (189,123,223). Sum of RGB (Red+Green+Blue) = 189+123+223=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD7BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7BDF is #428420. Grayscale: #999999. Windows color (decimal): -4359201 or 14646205. OLE color: 14646205.

HSL color Cylindrical-coordinate representation of color #BD7BDF: hue angle of 279.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD7BDF is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189123223-
CMYK0.150.4500.13
HSL279.6º60.98%67.84%-
HSV(B)279.6º44.84%87.45%-
XYZ41.3930.3173.48-
YUV154.13166.87152.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 123 (48.44% from 255) = 22.99%
BLUE value IS 223 (87.5% from 255) = 41.68%
R=35.33%
G=22.99%
B=41.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891232230.150.4500.13279.660.9867.84
HexBD7BDFF2D0D1183d44
Octal275173337175501543075104
Binary101111011111011110111111111101101011011000110001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7BDF; }

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

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

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

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

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

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

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

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