#BD97FA

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

Shades of Perfume #BD97FA

Tints of Perfume #BD97FA

Color information

#BD97FA (or 0xBD97FA) is unknown color: approx Perfume. HEX triplet: BD, 97 and FA. RGB value is (189,151,250). Sum of RGB (Red+Green+Blue) = 189+151+250=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD97FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD97FA is #426805. Grayscale: #ADADAD. Windows color (decimal): -4352006 or 16422845. OLE color: 16422845.

HSL color Cylindrical-coordinate representation of color #BD97FA: hue angle of 263.03º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD97FA is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189151250-
CMYK0.240.4000.02
HSL263.03º90.83%78.63%-
HSV(B)263.03º39.6%98.04%-
XYZ49.3139.8595.54-
YUV173.65171.09138.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.03%
GREEN value IS 151 (59.38% from 255) = 25.59%
BLUE value IS 250 (98.05% from 255) = 42.37%
R=32.03%
G=25.59%
B=42.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891512500.240.4000.02263.0390.8378.63
HexBD97FA1828021075b4f
Octal275227372305002407133117
Binary1011110110010111111110101100010100001010000011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97FA; }

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

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

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

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

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

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

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

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