#B98FFF

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

Shades of Perfume #B98FFF

Tints of Perfume #B98FFF

Color information

#B98FFF (or 0xB98FFF) is unknown color: approx Perfume. HEX triplet: B9, 8F and FF. RGB value is (185,143,255). Sum of RGB (Red+Green+Blue) = 185+143+255=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #B98FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98FFF is #467000. Grayscale: #A7A7A7. Windows color (decimal): -4616193 or 16748473. OLE color: 16748473.

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

Color convert

RGB185143255-
CMYK0.270.4400
HSL262.5º100%78.04%-
HSV(B)262.5º43.92%100%-
XYZ47.8837.1899.26-
YUV168.33176.91139.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.73%
GREEN value IS 143 (56.25% from 255) = 24.53%
BLUE value IS 255 (100% from 255) = 43.74%
R=31.73%
G=24.53%
B=43.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851432550.270.4400262.510078.04
HexB98FFF1B2C00106644e
Octal271217377335400406144116
Binary101110011000111111111111110111011000010000011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98FFF; }

 p { color: rgb(185,143,255); }

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

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

 a { background-color: rgb(185,143,255); }

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

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

 span { border-color: rgb(185,143,255); }

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