#B59CFB

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

Shades of Perfume #B59CFB

Tints of Perfume #B59CFB

Color information

#B59CFB (or 0xB59CFB) is unknown color: approx Perfume. HEX triplet: B5, 9C and FB. RGB value is (181,156,251). Sum of RGB (Red+Green+Blue) = 181+156+251=588 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.78% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #B59CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59CFB is #4A6304. Grayscale: #ADADAD. Windows color (decimal): -4875013 or 16489653. OLE color: 16489653.

HSL color Cylindrical-coordinate representation of color #B59CFB: hue angle of 255.79º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B59CFB is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181156251-
CMYK0.280.3800.02
HSL255.79º92.23%79.8%-
HSV(B)255.79º37.85%98.43%-
XYZ48.3640.5796.55-
YUV174.3171.28132.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.78%
GREEN value IS 156 (61.33% from 255) = 26.53%
BLUE value IS 251 (98.44% from 255) = 42.69%
R=30.78%
G=26.53%
B=42.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811562510.280.3800.02255.7992.2379.8
HexB59CFB1C26021005c50
Octal265234373344602400134120
Binary1011010110011100111110111110010011001010000000010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59CFB; }

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

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

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

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

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

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

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

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