#B995F9

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

Shades of Perfume #B995F9

Tints of Perfume #B995F9

Color information

#B995F9 (or 0xB995F9) is unknown color: approx Perfume. HEX triplet: B9, 95 and F9. RGB value is (185,149,249). Sum of RGB (Red+Green+Blue) = 185+149+249=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #B995F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B995F9 is #466A06. Grayscale: #AAAAAA. Windows color (decimal): -4614663 or 16356793. OLE color: 16356793.

HSL color Cylindrical-coordinate representation of color #B995F9: hue angle of 261.6º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B995F9 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185149249-
CMYK0.260.4000.02
HSL261.6º89.29%78.04%-
HSV(B)261.6º40.16%97.65%-
XYZ47.8538.6594.56-
YUV171.16171.93137.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.73%
GREEN value IS 149 (58.59% from 255) = 25.56%
BLUE value IS 249 (97.66% from 255) = 42.71%
R=31.73%
G=25.56%
B=42.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851492490.260.4000.02261.689.2978.04
HexB995F91A2802106594e
Octal271225371325002406131116
Binary1011100110010101111110011101010100001010000011010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B995F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B995F9; }

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

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

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

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

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

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

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

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