#B895FF

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

Shades of Perfume #B895FF

Tints of Perfume #B895FF

Color information

#B895FF (or 0xB895FF) is unknown color: approx Perfume. HEX triplet: B8, 95 and FF. RGB value is (184,149,255). Sum of RGB (Red+Green+Blue) = 184+149+255=588 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.29% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #B895FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B895FF is #476A00. Grayscale: #ABABAB. Windows color (decimal): -4680193 or 16750008. OLE color: 16750008.

HSL color Cylindrical-coordinate representation of color #B895FF: hue angle of 259.81º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B895FF is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB184149255-
CMYK0.280.4200
HSL259.81º100%79.22%-
HSV(B)259.81º41.57%100%-
XYZ48.5638.9199.56-
YUV171.55175.1136.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.29%
GREEN value IS 149 (58.59% from 255) = 25.34%
BLUE value IS 255 (100% from 255) = 43.37%
R=31.29%
G=25.34%
B=43.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1841492550.280.4200259.8110079.22
HexB895FF1C2A00104644f
Octal270225377345200404144117
Binary101110001001010111111111111001010100010000010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B895FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B895FF; }

 p { color: rgb(184,149,255); }

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

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

 a { background-color: rgb(184,149,255); }

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

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

 span { border-color: rgb(184,149,255); }

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