#BD8AFB

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

Shades of Wisteria #BD8AFB

Tints of Wisteria #BD8AFB

Color information

#BD8AFB (or 0xBD8AFB) is unknown color: approx Wisteria. HEX triplet: BD, 8A and FB. RGB value is (189,138,251). Sum of RGB (Red+Green+Blue) = 189+138+251=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD8AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8AFB is #427504. Grayscale: #A5A5A5. Windows color (decimal): -4355333 or 16485053. OLE color: 16485053.

HSL color Cylindrical-coordinate representation of color #BD8AFB: hue angle of 267.08º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD8AFB is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189138251-
CMYK0.250.4500.02
HSL267.08º93.39%76.27%-
HSV(B)267.08º45.02%98.43%-
XYZ47.4935.9695.71-
YUV166.13175.9144.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.70%
GREEN value IS 138 (54.30% from 255) = 23.88%
BLUE value IS 251 (98.44% from 255) = 43.43%
R=32.70%
G=23.88%
B=43.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891382510.250.4500.02267.0893.3976.27
HexBD8AFB192D0210b5d4c
Octal275212373315502413135114
Binary1011110110001010111110111100110110101010000101110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8AFB; }

 p { color: rgb(189,138,251); }

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

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

 a { background-color: rgb(189,138,251); }

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

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

 span { border-color: rgb(189,138,251); }

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