#B395EA

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

Shades of Biloba Flower #B395EA

Tints of Biloba Flower #B395EA

Color information

#B395EA (or 0xB395EA) is unknown color: approx Biloba Flower. HEX triplet: B3, 95 and EA. RGB value is (179,149,234). Sum of RGB (Red+Green+Blue) = 179+149+234=562 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.85% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #B395EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B395EA is #4C6A15. Grayscale: #A7A7A7. Windows color (decimal): -5007894 or 15373747. OLE color: 15373747.

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

Color convert

RGB179149234-
CMYK0.240.3600.08
HSL261.18º66.93%75.1%-
HSV(B)261.18º36.32%91.76%-
XYZ44.1937.0282.66-
YUV167.66165.44136.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.85%
GREEN value IS 149 (58.59% from 255) = 26.51%
BLUE value IS 234 (91.80% from 255) = 41.64%
R=31.85%
G=26.51%
B=41.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791492340.240.3600.08261.1866.9375.1
HexB395EA182408105434b
Octal2632253523044010405103113
Binary101100111001010111101010110001001000100010000010110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B395EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B395EA; }

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

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

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

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

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

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

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

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