#BD95F1

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

Shades of Perfume #BD95F1

Tints of Perfume #BD95F1

Color information

#BD95F1 (or 0xBD95F1) is unknown color: approx Perfume. HEX triplet: BD, 95 and F1. RGB value is (189,149,241). Sum of RGB (Red+Green+Blue) = 189+149+241=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD95F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD95F1 is #426A0E. Grayscale: #ABABAB. Windows color (decimal): -4352527 or 15832509. OLE color: 15832509.

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

Color convert

RGB189149241-
CMYK0.220.3800.05
HSL266.09º76.67%76.47%-
HSV(B)266.09º38.17%94.51%-
XYZ47.6138.6688.17-
YUV171.45167.25140.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.64%
GREEN value IS 149 (58.59% from 255) = 25.73%
BLUE value IS 241 (94.53% from 255) = 41.62%
R=32.64%
G=25.73%
B=41.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891492410.220.3800.05266.0976.6776.47
HexBD95F116260510a4d4c
Octal275225361264605412115114
Binary10111101100101011111000110110100110010110000101010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD95F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD95F1; }

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

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

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

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

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

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

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

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