#B990FC

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

Shades of Perfume #B990FC

Tints of Perfume #B990FC

Color information

#B990FC (or 0xB990FC) is unknown color: approx Perfume. HEX triplet: B9, 90 and FC. RGB value is (185,144,252). Sum of RGB (Red+Green+Blue) = 185+144+252=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #B990FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B990FC is #466F03. Grayscale: #A8A8A8. Windows color (decimal): -4615940 or 16552121. OLE color: 16552121.

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

Color convert

RGB185144252-
CMYK0.270.4300.01
HSL262.78º94.74%77.65%-
HSV(B)262.78º42.86%98.82%-
XYZ47.5537.2996.79-
YUV168.57175.08139.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.84%
GREEN value IS 144 (56.64% from 255) = 24.78%
BLUE value IS 252 (98.83% from 255) = 43.37%
R=31.84%
G=24.78%
B=43.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851442520.270.4300.01262.7894.7477.65
HexB990FC1B2B011075f4e
Octal271220374335301407137116
Binary101110011001000011111100110111010110110000011110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990FC; }

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

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

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

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

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

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

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

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