#BD97F6

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

Shades of Perfume #BD97F6

Tints of Perfume #BD97F6

Color information

#BD97F6 (or 0xBD97F6) is unknown color: approx Perfume. HEX triplet: BD, 97 and F6. RGB value is (189,151,246). Sum of RGB (Red+Green+Blue) = 189+151+246=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 246 (96.48% from 255 or 41.98% from 586); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD97F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD97F6 is #426809. Grayscale: #ACACAC. Windows color (decimal): -4352010 or 16160701. OLE color: 16160701.

HSL color Cylindrical-coordinate representation of color #BD97F6: hue angle of 264º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD97F6 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189151246-
CMYK0.230.3900.04
HSL264º84.07%77.84%-
HSV(B)264º38.62%96.47%-
XYZ48.6939.6192.27-
YUV173.19169.09139.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 151 (59.38% from 255) = 25.77%
BLUE value IS 246 (96.48% from 255) = 41.98%
R=32.25%
G=25.77%
B=41.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1891512460.230.3900.0426484.0777.84
HexBD97F6172704108544e
Octal275227366274704410124116
Binary10111101100101111111011010111100111010010000100010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97F6; }

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

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

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

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

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

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

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

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