#BD8CEF

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

Shades of Wisteria #BD8CEF

Tints of Wisteria #BD8CEF

Color information

#BD8CEF (or 0xBD8CEF) is unknown color: approx Wisteria. HEX triplet: BD, 8C and EF. RGB value is (189,140,239). Sum of RGB (Red+Green+Blue) = 189+140+239=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD8CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8CEF is #427310. Grayscale: #A5A5A5. Windows color (decimal): -4354833 or 15699133. OLE color: 15699133.

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

Color convert

RGB189140239-
CMYK0.210.4100.06
HSL269.7º75.57%74.31%-
HSV(B)269.7º41.42%93.73%-
XYZ45.9435.8186.15-
YUV165.94169.23144.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.27%
GREEN value IS 140 (55.08% from 255) = 24.65%
BLUE value IS 239 (93.75% from 255) = 42.08%
R=33.27%
G=24.65%
B=42.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891402390.210.4100.06269.775.5774.31
HexBD8CEF15290610e4c4a
Octal275214357255106416114112
Binary10111101100011001110111110101101001011010000111010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8CEF; }

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

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

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

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

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

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

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

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