#BD91F0

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

Shades of Perfume #BD91F0

Tints of Perfume #BD91F0

Color information

#BD91F0 (or 0xBD91F0) is unknown color: approx Perfume. HEX triplet: BD, 91 and F0. RGB value is (189,145,240). Sum of RGB (Red+Green+Blue) = 189+145+240=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 145 (57.03% from 255 or 25.26% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD91F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD91F0 is #426E0F. Grayscale: #A8A8A8. Windows color (decimal): -4353552 or 15765949. OLE color: 15765949.

HSL color Cylindrical-coordinate representation of color #BD91F0: hue angle of 267.79º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD91F0 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189145240-
CMYK0.210.4000.06
HSL267.79º76%75.49%-
HSV(B)267.79º39.58%94.12%-
XYZ46.8437.3687.18-
YUV168.99168.08142.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.93%
GREEN value IS 145 (57.03% from 255) = 25.26%
BLUE value IS 240 (94.14% from 255) = 41.81%
R=32.93%
G=25.26%
B=41.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891452400.210.4000.06267.797675.49
HexBD91F015280610c4c4b
Octal275221360255006414114113
Binary10111101100100011111000010101101000011010000110010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD91F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD91F0; }

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

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

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

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

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

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

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

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