#BD8FEF

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

Shades of Wisteria #BD8FEF

Tints of Wisteria #BD8FEF

Color information

#BD8FEF (or 0xBD8FEF) is unknown color: approx Wisteria. HEX triplet: BD, 8F and EF. RGB value is (189,143,239). Sum of RGB (Red+Green+Blue) = 189+143+239=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD8FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8FEF is #427010. Grayscale: #A7A7A7. Windows color (decimal): -4354065 or 15699901. OLE color: 15699901.

HSL color Cylindrical-coordinate representation of color #BD8FEF: hue angle of 268.75º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD8FEF is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189143239-
CMYK0.210.4000.06
HSL268.75º75%74.9%-
HSV(B)268.75º40.17%93.73%-
XYZ46.3936.786.3-
YUV167.7168.24143.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.10%
GREEN value IS 143 (56.25% from 255) = 25.04%
BLUE value IS 239 (93.75% from 255) = 41.86%
R=33.10%
G=25.04%
B=41.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891432390.210.4000.06268.757574.9
HexBD8FEF15280610d4b4b
Octal275217357255006415113113
Binary10111101100011111110111110101101000011010000110110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8FEF; }

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

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

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

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

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

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

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

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