#B59CFD

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

Shades of Perfume #B59CFD

Tints of Perfume #B59CFD

Color information

#B59CFD (or 0xB59CFD) is unknown color: approx Perfume. HEX triplet: B5, 9C and FD. RGB value is (181,156,253). Sum of RGB (Red+Green+Blue) = 181+156+253=590 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.68% from 590); Green value is 156 (61.33% from 255 or 26.44% 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 #B59CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59CFD is #4A6302. Grayscale: #AEAEAE. Windows color (decimal): -4875011 or 16620725. OLE color: 16620725.

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

Color convert

RGB181156253-
CMYK0.280.3800.01
HSL255.46º96.04%80.2%-
HSV(B)255.46º38.34%99.22%-
XYZ48.6740.6998.22-
YUV174.53172.28132.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.68%
GREEN value IS 156 (61.33% from 255) = 26.44%
BLUE value IS 253 (99.22% from 255) = 42.88%
R=30.68%
G=26.44%
B=42.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1811562530.280.3800.01255.4696.0480.2
HexB59CFD1C2601ff6050
Octal265234375344601377140120
Binary10110101100111001111110111100100110011111111111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59CFD; }

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

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

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

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

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

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

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

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