#B994FC

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

Shades of Perfume #B994FC

Tints of Perfume #B994FC

Color information

#B994FC (or 0xB994FC) is unknown color: approx Perfume. HEX triplet: B9, 94 and FC. RGB value is (185,148,252). Sum of RGB (Red+Green+Blue) = 185+148+252=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #B994FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B994FC is #466B03. Grayscale: #AAAAAA. Windows color (decimal): -4614916 or 16553145. OLE color: 16553145.

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

Color convert

RGB185148252-
CMYK0.270.4100.01
HSL261.35º94.55%78.43%-
HSV(B)261.35º41.27%98.82%-
XYZ48.1738.5296.99-
YUV170.92173.76138.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.62%
GREEN value IS 148 (58.20% from 255) = 25.30%
BLUE value IS 252 (98.83% from 255) = 43.08%
R=31.62%
G=25.30%
B=43.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851482520.270.4100.01261.3594.5578.43
HexB994FC1B29011055f4e
Octal271224374335101405137116
Binary101110011001010011111100110111010010110000010110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B994FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B994FC; }

 p { color: rgb(185,148,252); }

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

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

 a { background-color: rgb(185,148,252); }

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

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

 span { border-color: rgb(185,148,252); }

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