#BD93F1

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

Shades of Perfume #BD93F1

Tints of Perfume #BD93F1

Color information

#BD93F1 (or 0xBD93F1) is unknown color: approx Perfume. HEX triplet: BD, 93 and F1. RGB value is (189,147,241). Sum of RGB (Red+Green+Blue) = 189+147+241=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD93F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD93F1 is #426C0E. Grayscale: #A9A9A9. Windows color (decimal): -4353039 or 15831997. OLE color: 15831997.

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

Color convert

RGB189147241-
CMYK0.220.3900.05
HSL266.81º77.05%76.08%-
HSV(B)266.81º39%94.51%-
XYZ47.338.0488.07-
YUV170.27167.91141.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.76%
GREEN value IS 147 (57.81% from 255) = 25.48%
BLUE value IS 241 (94.53% from 255) = 41.77%
R=32.76%
G=25.48%
B=41.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891472410.220.3900.05266.8177.0576.08
HexBD93F116270510b4d4c
Octal275223361264705413115114
Binary10111101100100111111000110110100111010110000101110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD93F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD93F1; }

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

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

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

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

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

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

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

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