#BC97FA

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

Shades of Perfume #BC97FA

Tints of Perfume #BC97FA

Color information

#BC97FA (or 0xBC97FA) is unknown color: approx Perfume. HEX triplet: BC, 97 and FA. RGB value is (188,151,250). Sum of RGB (Red+Green+Blue) = 188+151+250=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 151 (59.38% from 255 or 25.64% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC97FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC97FA is #436805. Grayscale: #ACACAC. Windows color (decimal): -4417542 or 16422844. OLE color: 16422844.

HSL color Cylindrical-coordinate representation of color #BC97FA: hue angle of 262.42º 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 #BC97FA is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188151250-
CMYK0.250.4000.02
HSL262.42º90.83%78.63%-
HSV(B)262.42º39.6%98.04%-
XYZ49.0639.7395.52-
YUV173.35171.26138.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 151 (59.38% from 255) = 25.64%
BLUE value IS 250 (98.05% from 255) = 42.44%
R=31.92%
G=25.64%
B=42.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881512500.250.4000.02262.4290.8378.63
HexBC97FA1928021065b4f
Octal274227372315002406133117
Binary1011110010010111111110101100110100001010000011010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC97FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC97FA; }

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

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

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

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

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

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

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

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