#BF95FA

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

Shades of Perfume #BF95FA

Tints of Perfume #BF95FA

Color information

#BF95FA (or 0xBF95FA) is unknown color: approx Perfume. HEX triplet: BF, 95 and FA. RGB value is (191,149,250). Sum of RGB (Red+Green+Blue) = 191+149+250=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 149 (58.59% from 255 or 25.25% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF95FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF95FA is #406A05. Grayscale: #ACACAC. Windows color (decimal): -4221446 or 16422335. OLE color: 16422335.

HSL color Cylindrical-coordinate representation of color #BF95FA: hue angle of 264.95º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF95FA is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191149250-
CMYK0.240.4000.02
HSL264.95º90.99%78.24%-
HSV(B)264.95º40.4%98.04%-
XYZ49.4939.4795.45-
YUV173.07171.41140.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.37%
GREEN value IS 149 (58.59% from 255) = 25.25%
BLUE value IS 250 (98.05% from 255) = 42.37%
R=32.37%
G=25.25%
B=42.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911492500.240.4000.02264.9590.9978.24
HexBF95FA1828021095b4e
Octal277225372305002411133116
Binary1011111110010101111110101100010100001010000100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF95FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF95FA; }

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

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

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

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

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

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

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

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