#B995F4

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

Shades of Perfume #B995F4

Tints of Perfume #B995F4

Color information

#B995F4 (or 0xB995F4) is unknown color: approx Perfume. HEX triplet: B9, 95 and F4. RGB value is (185,149,244). Sum of RGB (Red+Green+Blue) = 185+149+244=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 244 (95.70% from 255 or 42.21% from 578); Max value from RGB is 244 - color contains mainly: blue. Hex color #B995F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B995F4 is #466A0B. Grayscale: #AAAAAA. Windows color (decimal): -4614668 or 16029113. OLE color: 16029113.

HSL color Cylindrical-coordinate representation of color #B995F4: hue angle of 262.74º degrees, saturation: 0.81, 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 #B995F4 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB185149244-
CMYK0.240.3900.04
HSL262.74º81.2%77.06%-
HSV(B)262.74º38.93%95.69%-
XYZ47.0838.3490.51-
YUV170.59169.43138.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.01%
GREEN value IS 149 (58.59% from 255) = 25.78%
BLUE value IS 244 (95.70% from 255) = 42.21%
R=32.01%
G=25.78%
B=42.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1851492440.240.3900.04262.7481.277.06
HexB995F4182704107514d
Octal271225364304704407121115
Binary10111001100101011111010011000100111010010000011110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B995F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B995F4; }

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

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

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

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

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

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

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

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