#BC94F1

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

Shades of Perfume #BC94F1

Tints of Perfume #BC94F1

Color information

#BC94F1 (or 0xBC94F1) is unknown color: approx Perfume. HEX triplet: BC, 94 and F1. RGB value is (188,148,241). Sum of RGB (Red+Green+Blue) = 188+148+241=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 148 (58.20% from 255 or 25.65% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC94F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC94F1 is #436B0E. Grayscale: #AAAAAA. Windows color (decimal): -4418319 or 15832252. OLE color: 15832252.

HSL color Cylindrical-coordinate representation of color #BC94F1: hue angle of 265.81º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC94F1 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188148241-
CMYK0.220.3900.05
HSL265.81º76.86%76.27%-
HSV(B)265.81º38.59%94.51%-
XYZ47.2138.2288.11-
YUV170.56167.75140.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.58%
GREEN value IS 148 (58.20% from 255) = 25.65%
BLUE value IS 241 (94.53% from 255) = 41.77%
R=32.58%
G=25.65%
B=41.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881482410.220.3900.05265.8176.8676.27
HexBC94F116270510a4d4c
Octal274224361264705412115114
Binary10111100100101001111000110110100111010110000101010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC94F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC94F1; }

 p { color: rgb(188,148,241); }

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

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

 a { background-color: rgb(188,148,241); }

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

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

 span { border-color: rgb(188,148,241); }

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