#B69FF3

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

Shades of Perfume #B69FF3

Tints of Perfume #B69FF3

Color information

#B69FF3 (or 0xB69FF3) is unknown color: approx Perfume. HEX triplet: B6, 9F and F3. RGB value is (182,159,243). Sum of RGB (Red+Green+Blue) = 182+159+243=584 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.16% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 243 (95.31% from 255 or 41.61% from 584); Max value from RGB is 243 - color contains mainly: blue. Hex color #B69FF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69FF3 is #49600C. Grayscale: #AFAFAF. Windows color (decimal): -4808717 or 15966134. OLE color: 15966134.

HSL color Cylindrical-coordinate representation of color #B69FF3: hue angle of 256.43º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B69FF3 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB182159243-
CMYK0.250.3500.05
HSL256.43º77.78%78.82%-
HSV(B)256.43º34.57%95.29%-
XYZ47.8741.2190.23-
YUV175.45166.12132.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.16%
GREEN value IS 159 (62.5% from 255) = 27.23%
BLUE value IS 243 (95.31% from 255) = 41.61%
R=31.16%
G=27.23%
B=41.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1821592430.250.3500.05256.4377.7878.82
HexB69FF31923051004e4f
Octal266237363314305400116117
Binary10110110100111111111001111001100011010110000000010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69FF3; }

 p { color: rgb(182,159,243); }

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

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

 a { background-color: rgb(182,159,243); }

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

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

 span { border-color: rgb(182,159,243); }

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