#B393DA

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

Shades of Biloba Flower #B393DA

Tints of Biloba Flower #B393DA

Color information

#B393DA (or 0xB393DA) is unknown color: approx Biloba Flower. HEX triplet: B3, 93 and DA. RGB value is (179,147,218). Sum of RGB (Red+Green+Blue) = 179+147+218=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #B393DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B393DA is #4C6C25. Grayscale: #A4A4A4. Windows color (decimal): -5008422 or 14324659. OLE color: 14324659.

HSL color Cylindrical-coordinate representation of color #B393DA: hue angle of 267.04º 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 #B393DA is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179147218-
CMYK0.180.3300.15
HSL267.04º48.97%71.57%-
HSV(B)267.04º32.57%85.49%-
XYZ41.6835.5170.99-
YUV164.66158.1138.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.90%
GREEN value IS 147 (57.81% from 255) = 27.02%
BLUE value IS 218 (85.55% from 255) = 40.07%
R=32.90%
G=27.02%
B=40.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791472180.180.3300.15267.0448.9771.57
HexB393DA12210F10b3148
Octal263223332224101741361110
Binary10110011100100111101101010010100001011111000010111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B393DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B393DA; }

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

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

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

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

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

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

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

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