#B390DF

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

Shades of Biloba Flower #B390DF

Tints of Biloba Flower #B390DF

Color information

#B390DF (or 0xB390DF) is unknown color: approx Biloba Flower. HEX triplet: B3, 90 and DF. RGB value is (179,144,223). Sum of RGB (Red+Green+Blue) = 179+144+223=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #B390DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390DF is #4C6F20. Grayscale: #A3A3A3. Windows color (decimal): -5009185 or 14651571. OLE color: 14651571.

HSL color Cylindrical-coordinate representation of color #B390DF: hue angle of 266.58º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B390DF is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179144223-
CMYK0.200.3500.13
HSL266.58º55.24%71.96%-
HSV(B)266.58º35.43%87.45%-
XYZ41.8834.8674.33-
YUV163.47161.6139.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.78%
GREEN value IS 144 (56.64% from 255) = 26.37%
BLUE value IS 223 (87.5% from 255) = 40.84%
R=32.78%
G=26.37%
B=40.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791442230.200.3500.13266.5855.2471.96
HexB390DF14230D10b3748
Octal263220337244301541367110
Binary10110011100100001101111110100100011011011000010111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B390DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B390DF; }

 p { color: rgb(179,144,223); }

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

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

 a { background-color: rgb(179,144,223); }

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

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

 span { border-color: rgb(179,144,223); }

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