#B991FC

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

Shades of Perfume #B991FC

Tints of Perfume #B991FC

Color information

#B991FC (or 0xB991FC) is unknown color: approx Perfume. HEX triplet: B9, 91 and FC. RGB value is (185,145,252). Sum of RGB (Red+Green+Blue) = 185+145+252=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 145 (57.03% from 255 or 24.91% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #B991FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B991FC is #466E03. Grayscale: #A8A8A8. Windows color (decimal): -4615684 or 16552377. OLE color: 16552377.

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

Color convert

RGB185145252-
CMYK0.270.4200.01
HSL262.43º94.69%77.84%-
HSV(B)262.43º42.46%98.82%-
XYZ47.737.5996.84-
YUV169.16174.75139.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.79%
GREEN value IS 145 (57.03% from 255) = 24.91%
BLUE value IS 252 (98.83% from 255) = 43.30%
R=31.79%
G=24.91%
B=43.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851452520.270.4200.01262.4394.6977.84
HexB991FC1B2A011065f4e
Octal271221374335201406137116
Binary101110011001000111111100110111010100110000011010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B991FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B991FC; }

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

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

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

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

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

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

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

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