#BD97F9

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

Shades of Perfume #BD97F9

Tints of Perfume #BD97F9

Color information

#BD97F9 (or 0xBD97F9) is unknown color: approx Perfume. HEX triplet: BD, 97 and F9. RGB value is (189,151,249). Sum of RGB (Red+Green+Blue) = 189+151+249=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 151 (59.38% from 255 or 25.64% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #BD97F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD97F9 is #426806. Grayscale: #ADADAD. Windows color (decimal): -4352007 or 16357309. OLE color: 16357309.

HSL color Cylindrical-coordinate representation of color #BD97F9: hue angle of 263.27º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD97F9 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189151249-
CMYK0.240.3900.02
HSL263.27º89.09%78.43%-
HSV(B)263.27º39.36%97.65%-
XYZ49.1539.7994.71-
YUV173.53170.59139.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 151 (59.38% from 255) = 25.64%
BLUE value IS 249 (97.66% from 255) = 42.28%
R=32.09%
G=25.64%
B=42.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891512490.240.3900.02263.2789.0978.43
HexBD97F9182702107594e
Octal275227371304702407131116
Binary1011110110010111111110011100010011101010000011110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97F9; }

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

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

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

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

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

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

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

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