#BD91FC

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

Shades of Perfume #BD91FC

Tints of Perfume #BD91FC

Color information

#BD91FC (or 0xBD91FC) is unknown color: approx Perfume. HEX triplet: BD, 91 and FC. RGB value is (189,145,252). Sum of RGB (Red+Green+Blue) = 189+145+252=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD91FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD91FC is #426E03. Grayscale: #A9A9A9. Windows color (decimal): -4353540 or 16552381. OLE color: 16552381.

HSL color Cylindrical-coordinate representation of color #BD91FC: hue angle of 264.67º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD91FC is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189145252-
CMYK0.250.4200.01
HSL264.67º94.69%77.84%-
HSV(B)264.67º42.46%98.82%-
XYZ48.6838.196.88-
YUV170.35174.08141.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 145 (57.03% from 255) = 24.74%
BLUE value IS 252 (98.83% from 255) = 43.00%
R=32.25%
G=24.74%
B=43.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891452520.250.4200.01264.6794.6977.84
HexBD91FC192A011095f4e
Octal275221374315201411137116
Binary101111011001000111111100110011010100110000100110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD91FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD91FC; }

 p { color: rgb(189,145,252); }

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

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

 a { background-color: rgb(189,145,252); }

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

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

 span { border-color: rgb(189,145,252); }

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