#B890FD

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

Shades of Perfume #B890FD

Tints of Perfume #B890FD

Color information

#B890FD (or 0xB890FD) is unknown color: approx Perfume. HEX triplet: B8, 90 and FD. RGB value is (184,144,253). Sum of RGB (Red+Green+Blue) = 184+144+253=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #B890FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B890FD is #476F02. Grayscale: #A7A7A7. Windows color (decimal): -4681475 or 16617656. OLE color: 16617656.

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

Color convert

RGB184144253-
CMYK0.270.4300.01
HSL262.02º96.46%77.84%-
HSV(B)262.02º43.08%99.22%-
XYZ47.4737.2397.61-
YUV168.39175.75139.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.67%
GREEN value IS 144 (56.64% from 255) = 24.78%
BLUE value IS 253 (99.22% from 255) = 43.55%
R=31.67%
G=24.78%
B=43.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1841442530.270.4300.01262.0296.4677.84
HexB890FD1B2B01106604e
Octal270220375335301406140116
Binary101110001001000011111101110111010110110000011011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B890FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B890FD; }

 p { color: rgb(184,144,253); }

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

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

 a { background-color: rgb(184,144,253); }

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

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

 span { border-color: rgb(184,144,253); }

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