#B49EFC

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

Shades of Perfume #B49EFC

Tints of Perfume #B49EFC

Color information

#B49EFC (or 0xB49EFC) is unknown color: approx Perfume. HEX triplet: B4, 9E and FC. RGB value is (180,158,252). Sum of RGB (Red+Green+Blue) = 180+158+252=590 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.51% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #B49EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49EFC is #4B6103. Grayscale: #AEAEAE. Windows color (decimal): -4940036 or 16555700. OLE color: 16555700.

HSL color Cylindrical-coordinate representation of color #B49EFC: hue angle of 254.04º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B49EFC is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB180158252-
CMYK0.290.3700.01
HSL254.04º94%80.39%-
HSV(B)254.04º37.3%98.82%-
XYZ48.6241.1997.48-
YUV175.29171.29131.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.51%
GREEN value IS 158 (62.11% from 255) = 26.78%
BLUE value IS 252 (98.83% from 255) = 42.71%
R=30.51%
G=26.78%
B=42.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801582520.290.3700.01254.049480.39
HexB49EFC1D2501fe5e50
Octal264236374354501376136120
Binary10110100100111101111110011101100101011111111010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49EFC; }

 p { color: rgb(180,158,252); }

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

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

 a { background-color: rgb(180,158,252); }

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

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

 span { border-color: rgb(180,158,252); }

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