#B49DFD

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

Shades of Perfume #B49DFD

Tints of Perfume #B49DFD

Color information

#B49DFD (or 0xB49DFD) is unknown color: approx Perfume. HEX triplet: B4, 9D and FD. RGB value is (180,157,253). Sum of RGB (Red+Green+Blue) = 180+157+253=590 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.51% from 590); Green value is 157 (61.72% from 255 or 26.61% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #B49DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49DFD is #4B6202. Grayscale: #AEAEAE. Windows color (decimal): -4940291 or 16620980. OLE color: 16620980.

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

Color convert

RGB180157253-
CMYK0.290.3800.01
HSL254.38º96%80.39%-
HSV(B)254.38º37.94%99.22%-
XYZ48.6140.9198.26-
YUV174.82172.12131.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.51%
GREEN value IS 157 (61.72% from 255) = 26.61%
BLUE value IS 253 (99.22% from 255) = 42.88%
R=30.51%
G=26.61%
B=42.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801572530.290.3800.01254.389680.39
HexB49DFD1D2601fe6050
Octal264235375354601376140120
Binary10110100100111011111110111101100110011111111011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DFD; }

 p { color: rgb(180,157,253); }

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

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

 a { background-color: rgb(180,157,253); }

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

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

 span { border-color: rgb(180,157,253); }

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