#B396FB

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

Shades of Biloba Flower #B396FB

Tints of Biloba Flower #B396FB

Color information

#B396FB (or 0xB396FB) is unknown color: approx Biloba Flower. HEX triplet: B3, 96 and FB. RGB value is (179,150,251). Sum of RGB (Red+Green+Blue) = 179+150+251=580 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.86% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #B396FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B396FB is #4C6904. Grayscale: #A9A9A9. Windows color (decimal): -5007621 or 16488115. OLE color: 16488115.

HSL color Cylindrical-coordinate representation of color #B396FB: hue angle of 257.23º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B396FB is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179150251-
CMYK0.290.4000.02
HSL257.23º92.66%78.63%-
HSV(B)257.23º40.24%98.43%-
XYZ46.9138.3696.2-
YUV170.18173.61134.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.86%
GREEN value IS 150 (58.98% from 255) = 25.86%
BLUE value IS 251 (98.44% from 255) = 43.28%
R=30.86%
G=25.86%
B=43.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791502510.290.4000.02257.2392.6678.63
HexB396FB1D28021015d4f
Octal263226373355002401135117
Binary1011001110010110111110111110110100001010000000110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B396FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B396FB; }

 p { color: rgb(179,150,251); }

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

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

 a { background-color: rgb(179,150,251); }

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

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

 span { border-color: rgb(179,150,251); }

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