#bd93f7

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

Shades of Perfume #BD93F7

Tints of Perfume #BD93F7

Color information

#BD93F7 (or 0xBD93F7) is unknown color: approx Perfume. HEX triplet: BD, 93 and F7. RGB value is (189,147,247). Sum of RGB (Red+Green+Blue) = 189+147+247=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 247 (96.88% from 255 or 42.37% from 583); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD93F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD93F7 is #426C08. Grayscale: #AAAAAA. Windows color (decimal): -4353033 or 16225213. OLE color: 16225213.

HSL color Cylindrical-coordinate representation of color #BD93F7: hue angle of 265.2º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD93F7 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB189147247-
CMYK0.230.4000.03
HSL265.2º86.21%77.25%-
HSV(B)265.2º40.49%96.86%-
XYZ48.2138.492.87-
YUV170.96170.91140.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.42%
GREEN value IS 147 (57.81% from 255) = 25.21%
BLUE value IS 247 (96.88% from 255) = 42.37%
R=32.42%
G=25.21%
B=42.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1891472470.230.4000.03265.286.2177.25
HexBD93F7172803109564d
Octal275223367275003411126115
Binary1011110110010011111101111011110100001110000100110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd93f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd93f7; }

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

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

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

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

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

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

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

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