#B993F6

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

Shades of Perfume #B993F6

Tints of Perfume #B993F6

Color information

#B993F6 (or 0xB993F6) is unknown color: approx Perfume. HEX triplet: B9, 93 and F6. RGB value is (185,147,246). Sum of RGB (Red+Green+Blue) = 185+147+246=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 246 - color contains mainly: blue. Hex color #B993F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B993F6 is #466C09. Grayscale: #A9A9A9. Windows color (decimal): -4615178 or 16159673. OLE color: 16159673.

HSL color Cylindrical-coordinate representation of color #B993F6: hue angle of 263.03º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B993F6 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB185147246-
CMYK0.250.4000.04
HSL263.03º84.62%77.06%-
HSV(B)263.03º40.24%96.47%-
XYZ47.0837.8492.01-
YUV169.65171.09138.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.01%
GREEN value IS 147 (57.81% from 255) = 25.43%
BLUE value IS 246 (96.48% from 255) = 42.56%
R=32.01%
G=25.43%
B=42.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1851472460.250.4000.04263.0384.6277.06
HexB993F6192804107554d
Octal271223366315004407125115
Binary10111001100100111111011011001101000010010000011110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B993F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B993F6; }

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

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

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

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

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

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

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

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