#B994FB

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

Shades of Perfume #B994FB

Tints of Perfume #B994FB

Color information

#B994FB (or 0xB994FB) is unknown color: approx Perfume. HEX triplet: B9, 94 and FB. RGB value is (185,148,251). Sum of RGB (Red+Green+Blue) = 185+148+251=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 148 (58.20% from 255 or 25.34% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #B994FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B994FB is #466B04. Grayscale: #AAAAAA. Windows color (decimal): -4614917 or 16487609. OLE color: 16487609.

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

Color convert

RGB185148251-
CMYK0.260.4100.02
HSL261.55º92.79%78.24%-
HSV(B)261.55º41.04%98.43%-
XYZ48.0138.4696.16-
YUV170.8173.26138.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.68%
GREEN value IS 148 (58.20% from 255) = 25.34%
BLUE value IS 251 (98.44% from 255) = 42.98%
R=31.68%
G=25.34%
B=42.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851482510.260.4100.02261.5592.7978.24
HexB994FB1A29021065d4e
Octal271224373325102406135116
Binary1011100110010100111110111101010100101010000011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B994FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B994FB; }

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

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

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

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

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

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

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

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