#B494DF

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

Shades of Biloba Flower #B494DF

Tints of Biloba Flower #B494DF

Color information

#B494DF (or 0xB494DF) is unknown color: approx Biloba Flower. HEX triplet: B4, 94 and DF. RGB value is (180,148,223). Sum of RGB (Red+Green+Blue) = 180+148+223=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #B494DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B494DF is #4B6B20. Grayscale: #A5A5A5. Windows color (decimal): -4942625 or 14652596. OLE color: 14652596.

HSL color Cylindrical-coordinate representation of color #B494DF: hue angle of 265.6º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B494DF is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180148223-
CMYK0.190.3400.13
HSL265.6º53.96%72.75%-
HSV(B)265.6º33.63%87.45%-
XYZ42.7336.2174.55-
YUV166.12160.1137.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.67%
GREEN value IS 148 (58.20% from 255) = 26.86%
BLUE value IS 223 (87.5% from 255) = 40.47%
R=32.67%
G=26.86%
B=40.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801482230.190.3400.13265.653.9672.75
HexB494DF13220D10a3649
Octal264224337234201541266111
Binary10110100100101001101111110011100010011011000010101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B494DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B494DF; }

 p { color: rgb(180,148,223); }

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

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

 a { background-color: rgb(180,148,223); }

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

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

 span { border-color: rgb(180,148,223); }

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