#BD93F3

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

Shades of Perfume #BD93F3

Tints of Perfume #BD93F3

Color information

#BD93F3 (or 0xBD93F3) is unknown color: approx Perfume. HEX triplet: BD, 93 and F3. RGB value is (189,147,243). Sum of RGB (Red+Green+Blue) = 189+147+243=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 243 (95.31% from 255 or 41.97% from 579); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD93F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD93F3 is #426C0C. Grayscale: #AAAAAA. Windows color (decimal): -4353037 or 15963069. OLE color: 15963069.

HSL color Cylindrical-coordinate representation of color #BD93F3: hue angle of 266.25º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD93F3 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189147243-
CMYK0.220.4000.05
HSL266.25º80%76.47%-
HSV(B)266.25º39.51%95.29%-
XYZ47.638.1689.65-
YUV170.5168.91141.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.64%
GREEN value IS 147 (57.81% from 255) = 25.39%
BLUE value IS 243 (95.31% from 255) = 41.97%
R=32.64%
G=25.39%
B=41.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891472430.220.4000.05266.258076.47
HexBD93F316280510a504c
Octal275223363265005412120114
Binary10111101100100111111001110110101000010110000101010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD93F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD93F3; }

 p { color: rgb(189,147,243); }

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

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

 a { background-color: rgb(189,147,243); }

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

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

 span { border-color: rgb(189,147,243); }

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