#BF95FD

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

Shades of Perfume #BF95FD

Tints of Perfume #BF95FD

Color information

#BF95FD (or 0xBF95FD) is unknown color: approx Perfume. HEX triplet: BF, 95 and FD. RGB value is (191,149,253). Sum of RGB (Red+Green+Blue) = 191+149+253=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF95FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF95FD is #406A02. Grayscale: #ADADAD. Windows color (decimal): -4221443 or 16618943. OLE color: 16618943.

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

Color convert

RGB191149253-
CMYK0.250.4100.01
HSL264.23º96.3%78.82%-
HSV(B)264.23º41.11%99.22%-
XYZ49.9639.6697.95-
YUV173.41172.91140.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.21%
GREEN value IS 149 (58.59% from 255) = 25.13%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=32.21%
G=25.13%
B=42.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911492530.250.4100.01264.2396.378.82
HexBF95FD192901108604f
Octal277225375315101410140117
Binary101111111001010111111101110011010010110000100011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF95FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF95FD; }

 p { color: rgb(191,149,253); }

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

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

 a { background-color: rgb(191,149,253); }

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

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

 span { border-color: rgb(191,149,253); }

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