#B697FD

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

Shades of Perfume #B697FD

Tints of Perfume #B697FD

Color information

#B697FD (or 0xB697FD) is unknown color: approx Perfume. HEX triplet: B6, 97 and FD. RGB value is (182,151,253). Sum of RGB (Red+Green+Blue) = 182+151+253=586 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.06% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #B697FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B697FD is #496802. Grayscale: #ABABAB. Windows color (decimal): -4810755 or 16619446. OLE color: 16619446.

HSL color Cylindrical-coordinate representation of color #B697FD: hue angle of 258.24º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B697FD is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB182151253-
CMYK0.280.4000.01
HSL258.24º96.23%79.22%-
HSV(B)258.24º40.32%99.22%-
XYZ48.0939.1797.95-
YUV171.9173.77135.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.06%
GREEN value IS 151 (59.38% from 255) = 25.77%
BLUE value IS 253 (99.22% from 255) = 43.17%
R=31.06%
G=25.77%
B=43.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821512530.280.4000.01258.2496.2379.22
HexB697FD1C2801102604f
Octal266227375345001402140117
Binary101101101001011111111101111001010000110000001011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B697FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B697FD; }

 p { color: rgb(182,151,253); }

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

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

 a { background-color: rgb(182,151,253); }

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

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

 span { border-color: rgb(182,151,253); }

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