#B494DA

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

Shades of Biloba Flower #B494DA

Tints of Biloba Flower #B494DA

Color information

#B494DA (or 0xB494DA) is unknown color: approx Biloba Flower. HEX triplet: B4, 94 and DA. RGB value is (180,148,218). Sum of RGB (Red+Green+Blue) = 180+148+218=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #B494DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B494DA is #4B6B25. Grayscale: #A5A5A5. Windows color (decimal): -4942630 or 14324916. OLE color: 14324916.

HSL color Cylindrical-coordinate representation of color #B494DA: hue angle of 267.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B494DA is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180148218-
CMYK0.170.3200.15
HSL267.43º48.61%71.76%-
HSV(B)267.43º32.11%85.49%-
XYZ42.0735.9571.05-
YUV165.55157.6138.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.97%
GREEN value IS 148 (58.20% from 255) = 27.11%
BLUE value IS 218 (85.55% from 255) = 39.93%
R=32.97%
G=27.11%
B=39.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801482180.170.3200.15267.4348.6171.76
HexB494DA11200F10b3148
Octal264224332214001741361110
Binary10110100100101001101101010001100000011111000010111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B494DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B494DA; }

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

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

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

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

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

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

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

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