#BD95F3

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

Shades of Perfume #BD95F3

Tints of Perfume #BD95F3

Color information

#BD95F3 (or 0xBD95F3) is unknown color: approx Perfume. HEX triplet: BD, 95 and F3. RGB value is (189,149,243). Sum of RGB (Red+Green+Blue) = 189+149+243=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD95F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD95F3 is #426A0C. Grayscale: #ABABAB. Windows color (decimal): -4352525 or 15963581. OLE color: 15963581.

HSL color Cylindrical-coordinate representation of color #BD95F3: hue angle of 265.53º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD95F3 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189149243-
CMYK0.220.3900.05
HSL265.53º79.66%76.86%-
HSV(B)265.53º38.68%95.29%-
XYZ47.9138.7889.76-
YUV171.68168.25140.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.53%
GREEN value IS 149 (58.59% from 255) = 25.65%
BLUE value IS 243 (95.31% from 255) = 41.82%
R=32.53%
G=25.65%
B=41.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891492430.220.3900.05265.5379.6676.86
HexBD95F316270510a504d
Octal275225363264705412120115
Binary10111101100101011111001110110100111010110000101010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD95F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD95F3; }

 p { color: rgb(189,149,243); }

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

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

 a { background-color: rgb(189,149,243); }

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

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

 span { border-color: rgb(189,149,243); }

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