#B296FB

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

Shades of Biloba Flower #B296FB

Tints of Biloba Flower #B296FB

Color information

#B296FB (or 0xB296FB) is unknown color: approx Biloba Flower. HEX triplet: B2, 96 and FB. RGB value is (178,150,251). Sum of RGB (Red+Green+Blue) = 178+150+251=579 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.74% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #B296FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B296FB is #4D6904. Grayscale: #A9A9A9. Windows color (decimal): -5073157 or 16488114. OLE color: 16488114.

HSL color Cylindrical-coordinate representation of color #B296FB: hue angle of 256.63º 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 #B296FB is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178150251-
CMYK0.290.4000.02
HSL256.63º92.66%78.63%-
HSV(B)256.63º40.24%98.43%-
XYZ46.6838.2496.19-
YUV169.89173.78133.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.74%
GREEN value IS 150 (58.98% from 255) = 25.91%
BLUE value IS 251 (98.44% from 255) = 43.35%
R=30.74%
G=25.91%
B=43.35%

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
Decimal1781502510.290.4000.02256.6392.6678.63
HexB296FB1D28021015d4f
Octal262226373355002401135117
Binary1011001010010110111110111110110100001010000000110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B296FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B296FB; }

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

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

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

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

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

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

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

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