#BC95F1

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

Shades of Perfume #BC95F1

Tints of Perfume #BC95F1

Color information

#BC95F1 (or 0xBC95F1) is unknown color: approx Perfume. HEX triplet: BC, 95 and F1. RGB value is (188,149,241). Sum of RGB (Red+Green+Blue) = 188+149+241=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC95F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC95F1 is #436A0E. Grayscale: #AAAAAA. Windows color (decimal): -4418063 or 15832508. OLE color: 15832508.

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

Color convert

RGB188149241-
CMYK0.220.3800.05
HSL265.43º76.67%76.47%-
HSV(B)265.43º38.17%94.51%-
XYZ47.3638.5488.16-
YUV171.15167.42140.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 149 (58.59% from 255) = 25.78%
BLUE value IS 241 (94.53% from 255) = 41.70%
R=32.53%
G=25.78%
B=41.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881492410.220.3800.05265.4376.6776.47
HexBC95F11626051094d4c
Octal274225361264605411115114
Binary10111100100101011111000110110100110010110000100110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC95F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC95F1; }

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

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

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

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

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

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

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

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