#B995F2

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

Shades of Perfume #B995F2

Tints of Perfume #B995F2

Color information

#B995F2 (or 0xB995F2) is unknown color: approx Perfume. HEX triplet: B9, 95 and F2. RGB value is (185,149,242). Sum of RGB (Red+Green+Blue) = 185+149+242=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: blue. Hex color #B995F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B995F2 is #466A0D. Grayscale: #AAAAAA. Windows color (decimal): -4614670 or 15898041. OLE color: 15898041.

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

Color convert

RGB185149242-
CMYK0.240.3800.05
HSL263.23º78.15%76.67%-
HSV(B)263.23º38.43%94.9%-
XYZ46.7838.2288.92-
YUV170.37168.43138.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.12%
GREEN value IS 149 (58.59% from 255) = 25.87%
BLUE value IS 242 (94.92% from 255) = 42.01%
R=32.12%
G=25.87%
B=42.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851492420.240.3800.05263.2378.1576.67
HexB995F21826051074e4d
Octal271225362304605407116115
Binary10111001100101011111001011000100110010110000011110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B995F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B995F2; }

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

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

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

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

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

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

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

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