#BD94FF

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

Shades of Perfume #BD94FF

Tints of Perfume #BD94FF

Color information

#BD94FF (or 0xBD94FF) is unknown color: approx Perfume. HEX triplet: BD, 94 and FF. RGB value is (189,148,255). Sum of RGB (Red+Green+Blue) = 189+148+255=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD94FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD94FF is #426B00. Grayscale: #ACACAC. Windows color (decimal): -4352769 or 16749757. OLE color: 16749757.

HSL color Cylindrical-coordinate representation of color #BD94FF: hue angle of 262.99º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD94FF is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB189148255-
CMYK0.260.4200
HSL262.99º100%79.02%-
HSV(B)262.99º41.96%100%-
XYZ49.6339.2299.56-
YUV172.46174.58139.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.93%
GREEN value IS 148 (58.20% from 255) = 25%
BLUE value IS 255 (100% from 255) = 43.07%
R=31.93%
G=25%
B=43.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1891482550.260.4200262.9910079.02
HexBD94FF1A2A00107644f
Octal275224377325200407144117
Binary101111011001010011111111110101010100010000011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD94FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD94FF; }

 p { color: rgb(189,148,255); }

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

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

 a { background-color: rgb(189,148,255); }

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

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

 span { border-color: rgb(189,148,255); }

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