#B493D8

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

Shades of Biloba Flower #B493D8

Tints of Biloba Flower #B493D8

Color information

#B493D8 (or 0xB493D8) is unknown color: approx Biloba Flower. HEX triplet: B4, 93 and D8. RGB value is (180,147,216). Sum of RGB (Red+Green+Blue) = 180+147+216=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 216 - color contains mainly: blue. Hex color #B493D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B493D8 is #4B6C27. Grayscale: #A4A4A4. Windows color (decimal): -4942888 or 14193588. OLE color: 14193588.

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

Color convert

RGB180147216-
CMYK0.170.3200.15
HSL268.7º46.94%71.18%-
HSV(B)268.7º31.94%84.71%-
XYZ41.6535.5369.63-
YUV164.73156.93138.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.15%
GREEN value IS 147 (57.81% from 255) = 27.07%
BLUE value IS 216 (84.77% from 255) = 39.78%
R=33.15%
G=27.07%
B=39.78%

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
Decimal1801472160.170.3200.15268.746.9471.18
HexB493D811200F10d2f47
Octal264223330214001741557107
Binary10110100100100111101100010001100000011111000011011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B493D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B493D8; }

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

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

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

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

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

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

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

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