#B493DA

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

Shades of Biloba Flower #B493DA

Tints of Biloba Flower #B493DA

Color information

#B493DA (or 0xB493DA) is unknown color: approx Biloba Flower. HEX triplet: B4, 93 and DA. RGB value is (180,147,218). Sum of RGB (Red+Green+Blue) = 180+147+218=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #B493DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B493DA is #4B6C25. Grayscale: #A4A4A4. Windows color (decimal): -4942886 or 14324660. OLE color: 14324660.

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

Color convert

RGB180147218-
CMYK0.170.3300.15
HSL267.89º48.97%71.57%-
HSV(B)267.89º32.57%85.49%-
XYZ41.9135.6371-
YUV164.96157.93138.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.03%
GREEN value IS 147 (57.81% from 255) = 26.97%
BLUE value IS 218 (85.55% from 255) = 40%
R=33.03%
G=26.97%
B=40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801472180.170.3300.15267.8948.9771.57
HexB493DA11210F10c3148
Octal264223332214101741461110
Binary10110100100100111101101010001100001011111000011001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B493DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B493DA; }

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

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

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

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

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

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

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

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