#B992FE

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

Shades of Perfume #B992FE

Tints of Perfume #B992FE

Color information

#B992FE (or 0xB992FE) is unknown color: approx Perfume. HEX triplet: B9, 92 and FE. RGB value is (185,146,254). Sum of RGB (Red+Green+Blue) = 185+146+254=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 146 (57.42% from 255 or 24.96% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #B992FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B992FE is #466D01. Grayscale: #A9A9A9. Windows color (decimal): -4615426 or 16683705. OLE color: 16683705.

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

Color convert

RGB185146254-
CMYK0.270.4300.00
HSL261.67º98.18%78.43%-
HSV(B)261.67º42.52%99.61%-
XYZ48.1838.0398.57-
YUV169.97175.42138.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.62%
GREEN value IS 146 (57.42% from 255) = 24.96%
BLUE value IS 254 (99.61% from 255) = 43.42%
R=31.62%
G=24.96%
B=43.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1851462540.270.4300.00261.6798.1878.43
HexB992FE1B2B00106624e
Octal271222376335300406142116
Binary101110011001001011111110110111010110010000011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B992FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B992FE; }

 p { color: rgb(185,146,254); }

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

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

 a { background-color: rgb(185,146,254); }

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

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

 span { border-color: rgb(185,146,254); }

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