#BD97E4

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

Shades of Perfume #BD97E4

Tints of Perfume #BD97E4

Color information

#BD97E4 (or 0xBD97E4) is unknown color: approx Perfume. HEX triplet: BD, 97 and E4. RGB value is (189,151,228). Sum of RGB (Red+Green+Blue) = 189+151+228=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD97E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97E4 is #42681B. Grayscale: #AAAAAA. Windows color (decimal): -4352028 or 14981053. OLE color: 14981053.

HSL color Cylindrical-coordinate representation of color #BD97E4: hue angle of 269.61º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD97E4 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189151228-
CMYK0.170.3400.11
HSL269.61º58.78%74.31%-
HSV(B)269.61º33.77%89.41%-
XYZ46.0638.5578.41-
YUV171.14160.09140.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.27%
GREEN value IS 151 (59.38% from 255) = 26.58%
BLUE value IS 228 (89.45% from 255) = 40.14%
R=33.27%
G=26.58%
B=40.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1891512280.170.3400.11269.6158.7874.31
HexBD97E411220B10e3b4a
Octal275227344214201341673112
Binary10111101100101111110010010001100010010111000011101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97E4; }

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

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

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

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

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

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

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

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