#BD8FCC

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

Shades of Wisteria #BD8FCC

Tints of Wisteria #BD8FCC

Color information

#BD8FCC (or 0xBD8FCC) is unknown color: approx Wisteria. HEX triplet: BD, 8F and CC. RGB value is (189,143,204). Sum of RGB (Red+Green+Blue) = 189+143+204=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD8FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FCC is #427033. Grayscale: #A3A3A3. Windows color (decimal): -4354100 or 13406141. OLE color: 13406141.

HSL color Cylindrical-coordinate representation of color #BD8FCC: hue angle of 285.25º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD8FCC is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB189143204-
CMYK0.070.3000.2
HSL285.25º37.42%68.04%-
HSV(B)285.25º29.9%80%-
XYZ41.7134.8261.65-
YUV163.71150.74146.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 143 (56.25% from 255) = 26.68%
BLUE value IS 204 (80.08% from 255) = 38.06%
R=35.26%
G=26.68%
B=38.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1891432040.070.3000.2285.2537.4268.04
HexBD8FCC71E01411d2544
Octal27521731473602443545104
Binary101111011000111111001100111111100101001000111011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8FCC; }

 p { color: rgb(189,143,204); }

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

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

 a { background-color: rgb(189,143,204); }

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

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

 span { border-color: rgb(189,143,204); }

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