#B398FD

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

Shades of Biloba Flower #B398FD

Tints of Biloba Flower #B398FD

Color information

#B398FD (or 0xB398FD) is unknown color: approx Biloba Flower. HEX triplet: B3, 98 and FD. RGB value is (179,152,253). Sum of RGB (Red+Green+Blue) = 179+152+253=584 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.65% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #B398FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B398FD is #4C6702. Grayscale: #ABABAB. Windows color (decimal): -5007107 or 16619699. OLE color: 16619699.

HSL color Cylindrical-coordinate representation of color #B398FD: hue angle of 256.04º degrees, saturation: 0.96, 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 #B398FD is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179152253-
CMYK0.290.4000.01
HSL256.04º96.19%79.41%-
HSV(B)256.04º39.92%99.22%-
XYZ47.5539.1397.98-
YUV171.59173.95133.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.65%
GREEN value IS 152 (59.77% from 255) = 26.03%
BLUE value IS 253 (99.22% from 255) = 43.32%
R=30.65%
G=26.03%
B=43.32%

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
Decimal1791522530.290.4000.01256.0496.1979.41
HexB398FD1D2801100604f
Octal263230375355001400140117
Binary101100111001100011111101111011010000110000000011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B398FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B398FD; }

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

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

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

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

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

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

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

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