#BC8FFF

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

Shades of Perfume #BC8FFF

Tints of Perfume #BC8FFF

Color information

#BC8FFF (or 0xBC8FFF) is unknown color: approx Perfume. HEX triplet: BC, 8F and FF. RGB value is (188,143,255). Sum of RGB (Red+Green+Blue) = 188+143+255=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC8FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8FFF is #437000. Grayscale: #A8A8A8. Windows color (decimal): -4419585 or 16748476. OLE color: 16748476.

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

Color convert

RGB188143255-
CMYK0.260.4400
HSL264.11º100%78.04%-
HSV(B)264.11º43.92%100%-
XYZ48.6137.5699.29-
YUV169.22176.41141.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 143 (56.25% from 255) = 24.40%
BLUE value IS 255 (100% from 255) = 43.52%
R=32.08%
G=24.40%
B=43.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881432550.260.4400264.1110078.04
HexBC8FFF1A2C00108644e
Octal274217377325400410144116
Binary101111001000111111111111110101011000010000100011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8FFF; }

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

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

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

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

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

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

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

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