#BD8DFD

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

Shades of Perfume #BD8DFD

Tints of Perfume #BD8DFD

Color information

#BD8DFD (or 0xBD8DFD) is unknown color: approx Perfume. HEX triplet: BD, 8D and FD. RGB value is (189,141,253). Sum of RGB (Red+Green+Blue) = 189+141+253=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD8DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8DFD is #427202. Grayscale: #A7A7A7. Windows color (decimal): -4354563 or 16616893. OLE color: 16616893.

HSL color Cylindrical-coordinate representation of color #BD8DFD: hue angle of 265.71º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD8DFD is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189141253-
CMYK0.250.4400.01
HSL265.71º96.55%77.25%-
HSV(B)265.71º44.27%99.22%-
XYZ48.2436.9697.52-
YUV168.12175.9142.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.42%
GREEN value IS 141 (55.47% from 255) = 24.19%
BLUE value IS 253 (99.22% from 255) = 43.40%
R=32.42%
G=24.19%
B=43.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891412530.250.4400.01265.7196.5577.25
HexBD8DFD192C0110a614d
Octal275215375315401412141115
Binary101111011000110111111101110011011000110000101011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8DFD; }

 p { color: rgb(189,141,253); }

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

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

 a { background-color: rgb(189,141,253); }

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

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

 span { border-color: rgb(189,141,253); }

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