#BC97FF

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

Shades of Perfume #BC97FF

Tints of Perfume #BC97FF

Color information

#BC97FF (or 0xBC97FF) is unknown color: approx Perfume. HEX triplet: BC, 97 and FF. RGB value is (188,151,255). Sum of RGB (Red+Green+Blue) = 188+151+255=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC97FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC97FF is #436800. Grayscale: #ADADAD. Windows color (decimal): -4417537 or 16750524. OLE color: 16750524.

HSL color Cylindrical-coordinate representation of color #BC97FF: hue angle of 261.35º 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 #BC97FF is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188151255-
CMYK0.260.4100
HSL261.35º100%79.61%-
HSV(B)261.35º40.78%100%-
XYZ49.8640.0499.71-
YUV173.92173.76138.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.65%
GREEN value IS 151 (59.38% from 255) = 25.42%
BLUE value IS 255 (100% from 255) = 42.93%
R=31.65%
G=25.42%
B=42.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881512550.260.4100261.3510079.61
HexBC97FF1A29001056450
Octal274227377325100405144120
Binary101111001001011111111111110101010010010000010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC97FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC97FF; }

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

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

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

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

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

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

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

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