#BD97E1

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

Shades of Perfume #BD97E1

Tints of Perfume #BD97E1

Color information

#BD97E1 (or 0xBD97E1) is unknown color: approx Perfume. HEX triplet: BD, 97 and E1. RGB value is (189,151,225). Sum of RGB (Red+Green+Blue) = 189+151+225=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 225 (88.28% from 255 or 39.82% from 565); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD97E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97E1 is #42681E. Grayscale: #AAAAAA. Windows color (decimal): -4352031 or 14784445. OLE color: 14784445.

HSL color Cylindrical-coordinate representation of color #BD97E1: hue angle of 270.81º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD97E1 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189151225-
CMYK0.160.3300.12
HSL270.81º55.22%73.73%-
HSV(B)270.81º32.89%88.24%-
XYZ45.6438.3976.24-
YUV170.8158.59140.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.45%
GREEN value IS 151 (59.38% from 255) = 26.73%
BLUE value IS 225 (88.28% from 255) = 39.82%
R=33.45%
G=26.73%
B=39.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891512250.160.3300.12270.8155.2273.73
HexBD97E110210C10f374a
Octal275227341204101441767112
Binary10111101100101111110000110000100001011001000011111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97E1; }

 p { color: rgb(189,151,225); }

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

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

 a { background-color: rgb(189,151,225); }

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

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

 span { border-color: rgb(189,151,225); }

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