#B398FA

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

Shades of Biloba Flower #B398FA

Tints of Biloba Flower #B398FA

Color information

#B398FA (or 0xB398FA) is unknown color: approx Biloba Flower. HEX triplet: B3, 98 and FA. RGB value is (179,152,250). Sum of RGB (Red+Green+Blue) = 179+152+250=581 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.81% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #B398FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B398FA is #4C6705. Grayscale: #AAAAAA. Windows color (decimal): -5007110 or 16423091. OLE color: 16423091.

HSL color Cylindrical-coordinate representation of color #B398FA: hue angle of 256.53º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B398FA is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179152250-
CMYK0.280.3900.02
HSL256.53º90.74%78.82%-
HSV(B)256.53º39.2%98.04%-
XYZ47.0738.9495.48-
YUV171.24172.45133.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.81%
GREEN value IS 152 (59.77% from 255) = 26.16%
BLUE value IS 250 (98.05% from 255) = 43.03%
R=30.81%
G=26.16%
B=43.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791522500.280.3900.02256.5390.7478.82
HexB398FA1C27021015b4f
Octal263230372344702401133117
Binary1011001110011000111110101110010011101010000000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B398FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B398FA; }

 p { color: rgb(179,152,250); }

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

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

 a { background-color: rgb(179,152,250); }

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

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

 span { border-color: rgb(179,152,250); }

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