#BC91FD

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

Shades of Perfume #BC91FD

Tints of Perfume #BC91FD

Color information

#BC91FD (or 0xBC91FD) is unknown color: approx Perfume. HEX triplet: BC, 91 and FD. RGB value is (188,145,253). Sum of RGB (Red+Green+Blue) = 188+145+253=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC91FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC91FD is #436E02. Grayscale: #A9A9A9. Windows color (decimal): -4419075 or 16617916. OLE color: 16617916.

HSL color Cylindrical-coordinate representation of color #BC91FD: hue angle of 263.89º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC91FD is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188145253-
CMYK0.260.4300.01
HSL263.89º96.43%78.04%-
HSV(B)263.89º42.69%99.22%-
XYZ48.5938.0397.71-
YUV170.17174.75140.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 145 (57.03% from 255) = 24.74%
BLUE value IS 253 (99.22% from 255) = 43.17%
R=32.08%
G=24.74%
B=43.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881452530.260.4300.01263.8996.4378.04
HexBC91FD1A2B01108604e
Octal274221375325301410140116
Binary101111001001000111111101110101010110110000100011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91FD; }

 p { color: rgb(188,145,253); }

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

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

 a { background-color: rgb(188,145,253); }

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

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

 span { border-color: rgb(188,145,253); }

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