#BD91FB

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

Shades of Perfume #BD91FB

Tints of Perfume #BD91FB

Color information

#BD91FB (or 0xBD91FB) is unknown color: approx Perfume. HEX triplet: BD, 91 and FB. RGB value is (189,145,251). Sum of RGB (Red+Green+Blue) = 189+145+251=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD91FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD91FB is #426E04. Grayscale: #A9A9A9. Windows color (decimal): -4353541 or 16486845. OLE color: 16486845.

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

Color convert

RGB189145251-
CMYK0.250.4200.02
HSL264.91º92.98%77.65%-
HSV(B)264.91º42.23%98.43%-
XYZ48.5238.0396.05-
YUV170.24173.58141.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.31%
GREEN value IS 145 (57.03% from 255) = 24.79%
BLUE value IS 251 (98.44% from 255) = 42.91%
R=32.31%
G=24.79%
B=42.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891452510.250.4200.02264.9192.9877.65
HexBD91FB192A021095d4e
Octal275221373315202411135116
Binary1011110110010001111110111100110101001010000100110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD91FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD91FB; }

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

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

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

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

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

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

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

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