#B990FF

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

Shades of Perfume #B990FF

Tints of Perfume #B990FF

Color information

#B990FF (or 0xB990FF) is unknown color: approx Perfume. HEX triplet: B9, 90 and FF. RGB value is (185,144,255). Sum of RGB (Red+Green+Blue) = 185+144+255=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #B990FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B990FF is #466F00. Grayscale: #A8A8A8. Windows color (decimal): -4615937 or 16748729. OLE color: 16748729.

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

Color convert

RGB185144255-
CMYK0.270.4400
HSL262.16º100%78.24%-
HSV(B)262.16º43.53%100%-
XYZ48.0337.4899.31-
YUV168.91176.58139.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.68%
GREEN value IS 144 (56.64% from 255) = 24.66%
BLUE value IS 255 (100% from 255) = 43.66%
R=31.68%
G=24.66%
B=43.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851442550.270.4400262.1610078.24
HexB990FF1B2C00106644e
Octal271220377335400406144116
Binary101110011001000011111111110111011000010000011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990FF; }

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

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

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

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

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

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

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

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