#B88EFF

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

Shades of Perfume #B88EFF

Tints of Perfume #B88EFF

Color information

#B88EFF (or 0xB88EFF) is unknown color: approx Perfume. HEX triplet: B8, 8E and FF. RGB value is (184,142,255). Sum of RGB (Red+Green+Blue) = 184+142+255=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 142 (55.86% from 255 or 24.44% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #B88EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88EFF is #477100. Grayscale: #A7A7A7. Windows color (decimal): -4681985 or 16748216. OLE color: 16748216.

HSL color Cylindrical-coordinate representation of color #B88EFF: hue angle of 262.3º 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 #B88EFF is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB184142255-
CMYK0.280.4400
HSL262.3º100%77.84%-
HSV(B)262.3º44.31%100%-
XYZ47.4936.7699.2-
YUV167.44177.41139.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.67%
GREEN value IS 142 (55.86% from 255) = 24.44%
BLUE value IS 255 (100% from 255) = 43.89%
R=31.67%
G=24.44%
B=43.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1841422550.280.4400262.310077.84
HexB88EFF1C2C00106644e
Octal270216377345400406144116
Binary101110001000111011111111111001011000010000011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88EFF; }

 p { color: rgb(184,142,255); }

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

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

 a { background-color: rgb(184,142,255); }

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

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

 span { border-color: rgb(184,142,255); }

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