#B694FE

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

Shades of Perfume #B694FE

Tints of Perfume #B694FE

Color information

#B694FE (or 0xB694FE) is unknown color: approx Perfume. HEX triplet: B6, 94 and FE. RGB value is (182,148,254). Sum of RGB (Red+Green+Blue) = 182+148+254=584 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.16% from 584); Green value is 148 (58.20% from 255 or 25.34% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #B694FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B694FE is #496B01. Grayscale: #A9A9A9. Windows color (decimal): -4811522 or 16684214. OLE color: 16684214.

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

Color convert

RGB182148254-
CMYK0.280.4200.00
HSL259.25º98.15%78.82%-
HSV(B)259.25º41.73%99.61%-
XYZ47.7738.2898.64-
YUV170.25175.26136.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.16%
GREEN value IS 148 (58.20% from 255) = 25.34%
BLUE value IS 254 (99.61% from 255) = 43.49%
R=31.16%
G=25.34%
B=43.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1821482540.280.4200.00259.2598.1578.82
HexB694FE1C2A00103624f
Octal266224376345200403142117
Binary101101101001010011111110111001010100010000001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B694FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B694FE; }

 p { color: rgb(182,148,254); }

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

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

 a { background-color: rgb(182,148,254); }

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

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

 span { border-color: rgb(182,148,254); }

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