#B398DA

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

Shades of Biloba Flower #B398DA

Tints of Biloba Flower #B398DA

Color information

#B398DA (or 0xB398DA) is unknown color: approx Biloba Flower. HEX triplet: B3, 98 and DA. RGB value is (179,152,218). Sum of RGB (Red+Green+Blue) = 179+152+218=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #B398DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B398DA is #4C6725. Grayscale: #A7A7A7. Windows color (decimal): -5007142 or 14325939. OLE color: 14325939.

HSL color Cylindrical-coordinate representation of color #B398DA: hue angle of 264.55º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B398DA is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179152218-
CMYK0.180.3000.15
HSL264.55º47.14%72.55%-
HSV(B)264.55º30.28%85.49%-
XYZ42.4737.171.25-
YUV167.6156.45136.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.60%
GREEN value IS 152 (59.77% from 255) = 27.69%
BLUE value IS 218 (85.55% from 255) = 39.71%
R=32.60%
G=27.69%
B=39.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791522180.180.3000.15264.5547.1472.55
HexB398DA121E0F1092f49
Octal263230332223601741157111
Binary1011001110011000110110101001011110011111000010011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B398DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B398DA; }

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

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

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

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

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

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

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

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