#B992FF

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

Shades of Perfume #B992FF

Tints of Perfume #B992FF

Color information

#B992FF (or 0xB992FF) is unknown color: approx Perfume. HEX triplet: B9, 92 and FF. RGB value is (185,146,255). Sum of RGB (Red+Green+Blue) = 185+146+255=586 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.57% from 586); Green value is 146 (57.42% from 255 or 24.91% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #B992FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B992FF is #466D00. Grayscale: #A9A9A9. Windows color (decimal): -4615425 or 16749241. OLE color: 16749241.

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

Color convert

RGB185146255-
CMYK0.270.4300
HSL261.47º100%78.63%-
HSV(B)261.47º42.75%100%-
XYZ48.3438.0999.41-
YUV170.09175.92138.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.57%
GREEN value IS 146 (57.42% from 255) = 24.91%
BLUE value IS 255 (100% from 255) = 43.52%
R=31.57%
G=24.91%
B=43.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851462550.270.4300261.4710078.63
HexB992FF1B2B00105644f
Octal271222377335300405144117
Binary101110011001001011111111110111010110010000010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B992FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B992FF; }

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

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

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

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

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

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

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

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