#B393D9

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

Shades of Biloba Flower #B393D9

Tints of Biloba Flower #B393D9

Color information

#B393D9 (or 0xB393D9) is unknown color: approx Biloba Flower. HEX triplet: B3, 93 and D9. RGB value is (179,147,217). Sum of RGB (Red+Green+Blue) = 179+147+217=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 217 - color contains mainly: blue. Hex color #B393D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B393D9 is #4C6C26. Grayscale: #A4A4A4. Windows color (decimal): -5008423 or 14259123. OLE color: 14259123.

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

Color convert

RGB179147217-
CMYK0.180.3200.15
HSL267.43º47.95%71.37%-
HSV(B)267.43º32.26%85.1%-
XYZ41.5535.4670.3-
YUV164.55157.6138.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.97%
GREEN value IS 147 (57.81% from 255) = 27.07%
BLUE value IS 217 (85.16% from 255) = 39.96%
R=32.97%
G=27.07%
B=39.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791472170.180.3200.15267.4347.9571.37
HexB393D912200F10b3047
Octal263223331224001741360107
Binary10110011100100111101100110010100000011111000010111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B393D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B393D9; }

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

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

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

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

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

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

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

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