#B398EB

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

Shades of Biloba Flower #B398EB

Tints of Biloba Flower #B398EB

Color information

#B398EB (or 0xB398EB) is unknown color: approx Biloba Flower. HEX triplet: B3, 98 and EB. RGB value is (179,152,235). Sum of RGB (Red+Green+Blue) = 179+152+235=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #B398EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B398EB is #4C6714. Grayscale: #A9A9A9. Windows color (decimal): -5007125 or 15440051. OLE color: 15440051.

HSL color Cylindrical-coordinate representation of color #B398EB: hue angle of 259.52º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B398EB is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179152235-
CMYK0.240.3500.08
HSL259.52º67.48%75.88%-
HSV(B)259.52º35.32%92.16%-
XYZ44.8138.0483.58-
YUV169.54164.95134.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.63%
GREEN value IS 152 (59.77% from 255) = 26.86%
BLUE value IS 235 (92.19% from 255) = 41.52%
R=31.63%
G=26.86%
B=41.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791522350.240.3500.08259.5267.4875.88
HexB398EB182308104434c
Octal2632303533043010404103114
Binary101100111001100011101011110001000110100010000010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B398EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B398EB; }

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

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

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

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

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

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

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

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