#B995F6

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

Shades of Perfume #B995F6

Tints of Perfume #B995F6

Color information

#B995F6 (or 0xB995F6) is unknown color: approx Perfume. HEX triplet: B9, 95 and F6. RGB value is (185,149,246). Sum of RGB (Red+Green+Blue) = 185+149+246=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 246 (96.48% from 255 or 42.41% from 580); Max value from RGB is 246 - color contains mainly: blue. Hex color #B995F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B995F6 is #466A09. Grayscale: #AAAAAA. Windows color (decimal): -4614666 or 16160185. OLE color: 16160185.

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

Color convert

RGB185149246-
CMYK0.250.3900.04
HSL262.27º84.35%77.45%-
HSV(B)262.27º39.43%96.47%-
XYZ47.3938.4692.12-
YUV170.82170.43138.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.90%
GREEN value IS 149 (58.59% from 255) = 25.69%
BLUE value IS 246 (96.48% from 255) = 42.41%
R=31.90%
G=25.69%
B=42.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1851492460.250.3900.04262.2784.3577.45
HexB995F6192704106544d
Octal271225366314704406124115
Binary10111001100101011111011011001100111010010000011010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B995F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B995F6; }

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

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

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

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

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

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

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

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