#BD91ED

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

Shades of Perfume #BD91ED

Tints of Perfume #BD91ED

Color information

#BD91ED (or 0xBD91ED) is unknown color: approx Perfume. HEX triplet: BD, 91 and ED. RGB value is (189,145,237). Sum of RGB (Red+Green+Blue) = 189+145+237=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 145 (57.03% from 255 or 25.39% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD91ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD91ED is #426E12. Grayscale: #A8A8A8. Windows color (decimal): -4353555 or 15569341. OLE color: 15569341.

HSL color Cylindrical-coordinate representation of color #BD91ED: hue angle of 268.7º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD91ED is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189145237-
CMYK0.200.3900.07
HSL268.7º71.88%74.9%-
HSV(B)268.7º38.82%92.94%-
XYZ46.437.1884.85-
YUV168.64166.58142.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.10%
GREEN value IS 145 (57.03% from 255) = 25.39%
BLUE value IS 237 (92.97% from 255) = 41.51%
R=33.10%
G=25.39%
B=41.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891452370.200.3900.07268.771.8874.9
HexBD91ED14270710d484b
Octal275221355244707415110113
Binary10111101100100011110110110100100111011110000110110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD91ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD91ED; }

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

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

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

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

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

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

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

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