#BD8FED

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

Shades of Wisteria #BD8FED

Tints of Wisteria #BD8FED

Color information

#BD8FED (or 0xBD8FED) is unknown color: approx Wisteria. HEX triplet: BD, 8F and ED. RGB value is (189,143,237). Sum of RGB (Red+Green+Blue) = 189+143+237=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD8FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8FED is #427012. Grayscale: #A7A7A7. Windows color (decimal): -4354067 or 15568829. OLE color: 15568829.

HSL color Cylindrical-coordinate representation of color #BD8FED: hue angle of 269.36º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD8FED is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189143237-
CMYK0.200.4000.07
HSL269.36º72.31%74.51%-
HSV(B)269.36º39.66%92.94%-
XYZ46.0936.5884.75-
YUV167.47167.24143.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.22%
GREEN value IS 143 (56.25% from 255) = 25.13%
BLUE value IS 237 (92.97% from 255) = 41.65%
R=33.22%
G=25.13%
B=41.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891432370.200.4000.07269.3672.3174.51
HexBD8FED14280710d484b
Octal275217355245007415110113
Binary10111101100011111110110110100101000011110000110110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8FED; }

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

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

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

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

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

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

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

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