#BD94F1

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

Shades of Perfume #BD94F1

Tints of Perfume #BD94F1

Color information

#BD94F1 (or 0xBD94F1) is unknown color: approx Perfume. HEX triplet: BD, 94 and F1. RGB value is (189,148,241). Sum of RGB (Red+Green+Blue) = 189+148+241=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD94F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD94F1 is #426B0E. Grayscale: #AAAAAA. Windows color (decimal): -4352783 or 15832253. OLE color: 15832253.

HSL color Cylindrical-coordinate representation of color #BD94F1: hue angle of 266.45º 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 #BD94F1 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189148241-
CMYK0.220.3900.05
HSL266.45º76.86%76.27%-
HSV(B)266.45º38.59%94.51%-
XYZ47.4538.3588.12-
YUV170.86167.58140.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.70%
GREEN value IS 148 (58.20% from 255) = 25.61%
BLUE value IS 241 (94.53% from 255) = 41.70%
R=32.70%
G=25.61%
B=41.70%

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
Decimal1891482410.220.3900.05266.4576.8676.27
HexBD94F116270510a4d4c
Octal275224361264705412115114
Binary10111101100101001111000110110100111010110000101010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD94F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD94F1; }

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

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

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

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

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

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

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

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