#BD94E5

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

Shades of Perfume #BD94E5

Tints of Perfume #BD94E5

Color information

#BD94E5 (or 0xBD94E5) is unknown color: approx Perfume. HEX triplet: BD, 94 and E5. RGB value is (189,148,229). Sum of RGB (Red+Green+Blue) = 189+148+229=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD94E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD94E5 is #426B1A. Grayscale: #A9A9A9. Windows color (decimal): -4352795 or 15045821. OLE color: 15045821.

HSL color Cylindrical-coordinate representation of color #BD94E5: hue angle of 270.37º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD94E5 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB189148229-
CMYK0.170.3500.10
HSL270.37º60.9%73.92%-
HSV(B)270.37º35.37%89.8%-
XYZ45.7237.6678.99-
YUV169.49161.58141.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.39%
GREEN value IS 148 (58.20% from 255) = 26.15%
BLUE value IS 229 (89.84% from 255) = 40.46%
R=33.39%
G=26.15%
B=40.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1891482290.170.3500.10270.3760.973.92
HexBD94E511230A10e3d4a
Octal275224345214301241675112
Binary10111101100101001110010110001100011010101000011101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD94E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD94E5; }

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

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

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

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

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

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

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

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