#BD97FD

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

Shades of Perfume #BD97FD

Tints of Perfume #BD97FD

Color information

#BD97FD (or 0xBD97FD) is unknown color: approx Perfume. HEX triplet: BD, 97 and FD. RGB value is (189,151,253). Sum of RGB (Red+Green+Blue) = 189+151+253=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 151 (59.38% from 255 or 25.46% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD97FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD97FD is #426802. Grayscale: #ADADAD. Windows color (decimal): -4352003 or 16619453. OLE color: 16619453.

HSL color Cylindrical-coordinate representation of color #BD97FD: hue angle of 262.35º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD97FD is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189151253-
CMYK0.250.4000.01
HSL262.35º96.23%79.22%-
HSV(B)262.35º40.32%99.22%-
XYZ49.7840.0498.03-
YUV173.99172.59138.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.87%
GREEN value IS 151 (59.38% from 255) = 25.46%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=31.87%
G=25.46%
B=42.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891512530.250.4000.01262.3596.2379.22
HexBD97FD192801106604f
Octal275227375315001406140117
Binary101111011001011111111101110011010000110000011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97FD; }

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

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

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

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

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

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

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

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