#BD97FE

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

Shades of Perfume #BD97FE

Tints of Perfume #BD97FE

Color information

#BD97FE (or 0xBD97FE) is unknown color: approx Perfume. HEX triplet: BD, 97 and FE. RGB value is (189,151,254). Sum of RGB (Red+Green+Blue) = 189+151+254=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD97FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD97FE is #426801. Grayscale: #ADADAD. Windows color (decimal): -4352002 or 16684989. OLE color: 16684989.

HSL color Cylindrical-coordinate representation of color #BD97FE: hue angle of 262.14º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD97FE is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB189151254-
CMYK0.260.4100.00
HSL262.14º98.1%79.41%-
HSV(B)262.14º40.55%99.61%-
XYZ49.9440.1198.88-
YUV174.1173.09138.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.82%
GREEN value IS 151 (59.38% from 255) = 25.42%
BLUE value IS 254 (99.61% from 255) = 42.76%
R=31.82%
G=25.42%
B=42.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1891512540.260.4100.00262.1498.179.41
HexBD97FE1A2900106624f
Octal275227376325100406142117
Binary101111011001011111111110110101010010010000011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97FE; }

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

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

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

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

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

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

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

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