#BD97FF

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

Shades of Perfume #BD97FF

Tints of Perfume #BD97FF

Color information

#BD97FF (or 0xBD97FF) is unknown color: approx Perfume. HEX triplet: BD, 97 and FF. RGB value is (189,151,255). Sum of RGB (Red+Green+Blue) = 189+151+255=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD97FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD97FF is #426800. Grayscale: #ADADAD. Windows color (decimal): -4352001 or 16750525. OLE color: 16750525.

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

Color convert

RGB189151255-
CMYK0.260.4100
HSL261.92º100%79.61%-
HSV(B)261.92º40.78%100%-
XYZ50.140.1799.72-
YUV174.22173.59138.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.76%
GREEN value IS 151 (59.38% from 255) = 25.38%
BLUE value IS 255 (100% from 255) = 42.86%
R=31.76%
G=25.38%
B=42.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1891512550.260.4100261.9210079.61
HexBD97FF1A29001066450
Octal275227377325100406144120
Binary101111011001011111111111110101010010010000011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97FF; }

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

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

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

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

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

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

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

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