#BD97F3

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

Shades of Perfume #BD97F3

Tints of Perfume #BD97F3

Color information

#BD97F3 (or 0xBD97F3) is unknown color: approx Perfume. HEX triplet: BD, 97 and F3. RGB value is (189,151,243). Sum of RGB (Red+Green+Blue) = 189+151+243=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD97F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD97F3 is #42680C. Grayscale: #ACACAC. Windows color (decimal): -4352013 or 15964093. OLE color: 15964093.

HSL color Cylindrical-coordinate representation of color #BD97F3: hue angle of 264.78º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD97F3 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189151243-
CMYK0.220.3800.05
HSL264.78º79.31%77.25%-
HSV(B)264.78º37.86%95.29%-
XYZ48.2339.4289.86-
YUV172.85167.59139.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.42%
GREEN value IS 151 (59.38% from 255) = 25.90%
BLUE value IS 243 (95.31% from 255) = 41.68%
R=32.42%
G=25.90%
B=41.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891512430.220.3800.05264.7879.3177.25
HexBD97F31626051094f4d
Octal275227363264605411117115
Binary10111101100101111111001110110100110010110000100110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97F3; }

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

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

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

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

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

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

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

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