#BD93EA

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

Shades of Perfume #BD93EA

Tints of Perfume #BD93EA

Color information

#BD93EA (or 0xBD93EA) is unknown color: approx Perfume. HEX triplet: BD, 93 and EA. RGB value is (189,147,234). Sum of RGB (Red+Green+Blue) = 189+147+234=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD93EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD93EA is #426C15. Grayscale: #A9A9A9. Windows color (decimal): -4353046 or 15373245. OLE color: 15373245.

HSL color Cylindrical-coordinate representation of color #BD93EA: hue angle of 268.97º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD93EA is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189147234-
CMYK0.190.3700.08
HSL268.97º67.44%74.71%-
HSV(B)268.97º37.18%91.76%-
XYZ46.2737.6382.67-
YUV169.48164.41141.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.16%
GREEN value IS 147 (57.81% from 255) = 25.79%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=33.16%
G=25.79%
B=41.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891472340.190.3700.08268.9767.4474.71
HexBD93EA13250810d434b
Octal2752233522345010415103113
Binary101111011001001111101010100111001010100010000110110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD93EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD93EA; }

 p { color: rgb(189,147,234); }

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

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

 a { background-color: rgb(189,147,234); }

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

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

 span { border-color: rgb(189,147,234); }

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