#BC93E4

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

Shades of Perfume #BC93E4

Tints of Perfume #BC93E4

Color information

#BC93E4 (or 0xBC93E4) is unknown color: approx Perfume. HEX triplet: BC, 93 and E4. RGB value is (188,147,228). Sum of RGB (Red+Green+Blue) = 188+147+228=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 228 (89.45% from 255 or 40.50% from 563); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC93E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93E4 is #436C1B. Grayscale: #A8A8A8. Windows color (decimal): -4418588 or 14980028. OLE color: 14980028.

HSL color Cylindrical-coordinate representation of color #BC93E4: hue angle of 270.37º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC93E4 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188147228-
CMYK0.180.3600.11
HSL270.37º60%73.53%-
HSV(B)270.37º35.53%89.41%-
XYZ45.1837.1678.19-
YUV168.49161.58141.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 147 (57.81% from 255) = 26.11%
BLUE value IS 228 (89.45% from 255) = 40.50%
R=33.39%
G=26.11%
B=40.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881472280.180.3600.11270.376073.53
HexBC93E412240B10e3c4a
Octal274223344224401341674112
Binary10111100100100111110010010010100100010111000011101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC93E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC93E4; }

 p { color: rgb(188,147,228); }

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

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

 a { background-color: rgb(188,147,228); }

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

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

 span { border-color: rgb(188,147,228); }

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