#B993F1

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

Shades of Perfume #B993F1

Tints of Perfume #B993F1

Color information

#B993F1 (or 0xB993F1) is unknown color: approx Perfume. HEX triplet: B9, 93 and F1. RGB value is (185,147,241). Sum of RGB (Red+Green+Blue) = 185+147+241=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #B993F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B993F1 is #466C0E. Grayscale: #A8A8A8. Windows color (decimal): -4615183 or 15831993. OLE color: 15831993.

HSL color Cylindrical-coordinate representation of color #B993F1: hue angle of 264.26º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B993F1 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185147241-
CMYK0.230.3900.05
HSL264.26º77.05%76.08%-
HSV(B)264.26º39%94.51%-
XYZ46.3237.5388.02-
YUV169.08168.59139.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.29%
GREEN value IS 147 (57.81% from 255) = 25.65%
BLUE value IS 241 (94.53% from 255) = 42.06%
R=32.29%
G=25.65%
B=42.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851472410.230.3900.05264.2677.0576.08
HexB993F11727051084d4c
Octal271223361274705410115114
Binary10111001100100111111000110111100111010110000100010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B993F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B993F1; }

 p { color: rgb(185,147,241); }

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

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

 a { background-color: rgb(185,147,241); }

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

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

 span { border-color: rgb(185,147,241); }

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