#B398EA

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

Shades of Biloba Flower #B398EA

Tints of Biloba Flower #B398EA

Color information

#B398EA (or 0xB398EA) is unknown color: approx Biloba Flower. HEX triplet: B3, 98 and EA. RGB value is (179,152,234). Sum of RGB (Red+Green+Blue) = 179+152+234=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #B398EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B398EA is #4C6715. Grayscale: #A9A9A9. Windows color (decimal): -5007126 or 15374515. OLE color: 15374515.

HSL color Cylindrical-coordinate representation of color #B398EA: hue angle of 259.76º degrees, saturation: 0.66, 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 #B398EA is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179152234-
CMYK0.240.3500.08
HSL259.76º66.13%75.69%-
HSV(B)259.76º35.04%91.76%-
XYZ44.6737.9882.82-
YUV169.42164.45134.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.68%
GREEN value IS 152 (59.77% from 255) = 26.90%
BLUE value IS 234 (91.80% from 255) = 41.42%
R=31.68%
G=26.90%
B=41.42%

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
Decimal1791522340.240.3500.08259.7666.1375.69
HexB398EA182308104424c
Octal2632303523043010404102114
Binary101100111001100011101010110001000110100010000010010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B398EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B398EA; }

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

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

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

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

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

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

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

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