#B396FC

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

Shades of Biloba Flower #B396FC

Tints of Biloba Flower #B396FC

Color information

#B396FC (or 0xB396FC) is unknown color: approx Biloba Flower. HEX triplet: B3, 96 and FC. RGB value is (179,150,252). Sum of RGB (Red+Green+Blue) = 179+150+252=581 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.81% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #B396FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B396FC is #4C6903. Grayscale: #A9A9A9. Windows color (decimal): -5007620 or 16553651. OLE color: 16553651.

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

Color convert

RGB179150252-
CMYK0.290.4000.01
HSL257.06º94.44%78.82%-
HSV(B)257.06º40.48%98.82%-
XYZ47.0738.4297.03-
YUV170.3174.11134.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.81%
GREEN value IS 150 (58.98% from 255) = 25.82%
BLUE value IS 252 (98.83% from 255) = 43.37%
R=30.81%
G=25.82%
B=43.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791502520.290.4000.01257.0694.4478.82
HexB396FC1D28011015e4f
Octal263226374355001401136117
Binary101100111001011011111100111011010000110000000110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B396FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B396FC; }

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

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

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

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

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

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

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

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