#B398DB

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

Shades of Biloba Flower #B398DB

Tints of Biloba Flower #B398DB

Color information

#B398DB (or 0xB398DB) is unknown color: approx Biloba Flower. HEX triplet: B3, 98 and DB. RGB value is (179,152,219). Sum of RGB (Red+Green+Blue) = 179+152+219=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #B398DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B398DB is #4C6724. Grayscale: #A7A7A7. Windows color (decimal): -5007141 or 14391475. OLE color: 14391475.

HSL color Cylindrical-coordinate representation of color #B398DB: hue angle of 264.18º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B398DB is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179152219-
CMYK0.180.3100.14
HSL264.18º48.2%72.75%-
HSV(B)264.18º30.59%85.88%-
XYZ42.637.1571.94-
YUV167.71156.95136.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.55%
GREEN value IS 152 (59.77% from 255) = 27.64%
BLUE value IS 219 (85.94% from 255) = 39.82%
R=32.55%
G=27.64%
B=39.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791522190.180.3100.14264.1848.272.75
HexB398DB121F0E1083049
Octal263230333223701641060111
Binary1011001110011000110110111001011111011101000010001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B398DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B398DB; }

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

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

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

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

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

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

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

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