#B398FC

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

Shades of Biloba Flower #B398FC

Tints of Biloba Flower #B398FC

Color information

#B398FC (or 0xB398FC) is unknown color: approx Biloba Flower. HEX triplet: B3, 98 and FC. RGB value is (179,152,252). Sum of RGB (Red+Green+Blue) = 179+152+252=583 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.70% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #B398FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B398FC is #4C6703. Grayscale: #ABABAB. Windows color (decimal): -5007108 or 16554163. OLE color: 16554163.

HSL color Cylindrical-coordinate representation of color #B398FC: hue angle of 256.2º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B398FC is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179152252-
CMYK0.290.4000.01
HSL256.2º94.34%79.22%-
HSV(B)256.2º39.68%98.82%-
XYZ47.3939.0797.14-
YUV171.47173.45133.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.70%
GREEN value IS 152 (59.77% from 255) = 26.07%
BLUE value IS 252 (98.83% from 255) = 43.22%
R=30.70%
G=26.07%
B=43.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791522520.290.4000.01256.294.3479.22
HexB398FC1D28011005e4f
Octal263230374355001400136117
Binary101100111001100011111100111011010000110000000010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B398FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B398FC; }

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

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

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

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

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

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

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

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