#BF94F1

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

Shades of Perfume #BF94F1

Tints of Perfume #BF94F1

Color information

#BF94F1 (or 0xBF94F1) is unknown color: approx Perfume. HEX triplet: BF, 94 and F1. RGB value is (191,148,241). Sum of RGB (Red+Green+Blue) = 191+148+241=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF94F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF94F1 is #406B0E. Grayscale: #ABABAB. Windows color (decimal): -4221711 or 15832255. OLE color: 15832255.

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

Color convert

RGB191148241-
CMYK0.210.3900.05
HSL267.74º76.86%76.27%-
HSV(B)267.74º38.59%94.51%-
XYZ47.9538.6188.14-
YUV171.46167.25141.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.93%
GREEN value IS 148 (58.20% from 255) = 25.52%
BLUE value IS 241 (94.53% from 255) = 41.55%
R=32.93%
G=25.52%
B=41.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911482410.210.3900.05267.7476.8676.27
HexBF94F115270510c4d4c
Octal277224361254705414115114
Binary10111111100101001111000110101100111010110000110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF94F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF94F1; }

 p { color: rgb(191,148,241); }

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

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

 a { background-color: rgb(191,148,241); }

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

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

 span { border-color: rgb(191,148,241); }

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