#B49CFD

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

Shades of Perfume #B49CFD

Tints of Perfume #B49CFD

Color information

#B49CFD (or 0xB49CFD) is unknown color: approx Perfume. HEX triplet: B4, 9C and FD. RGB value is (180,156,253). Sum of RGB (Red+Green+Blue) = 180+156+253=589 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.56% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #B49CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49CFD is #4B6302. Grayscale: #ADADAD. Windows color (decimal): -4940547 or 16620724. OLE color: 16620724.

HSL color Cylindrical-coordinate representation of color #B49CFD: hue angle of 254.85º 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 #B49CFD is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB180156253-
CMYK0.290.3800.01
HSL254.85º96.04%80.2%-
HSV(B)254.85º38.34%99.22%-
XYZ48.4440.5798.21-
YUV174.23172.45132.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.56%
GREEN value IS 156 (61.33% from 255) = 26.49%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=30.56%
G=26.49%
B=42.95%

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
Decimal1801562530.290.3800.01254.8596.0480.2
HexB49CFD1D2601ff6050
Octal264234375354601377140120
Binary10110100100111001111110111101100110011111111111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49CFD; }

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

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

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

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

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

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

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

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